2003/07/14 18:31:47 fa 1.10.52.1: Add in PORTS OS X locale discovery code including external
locale discovery dylib, also utility functions for OS X
port in system.c and other misc OS X porting changes.
This commit does NOT include the interlck.c asm code for
PPC.
http://www.openoffice.org/project/www/issues/show_bug.cgi?id=16607
Dan
fa@ooo
'__rtl_memory_dequeue()' now requests '__M__' bytes at minimum, avoiding
excessive amounts of small pages and sparse virtual memory utilization.
'rtl_reallocateMemory()' now combines with a previous free chunk, and
'__rtl_memory_resize()' now splits off '__T__' bytes at most, limiting
fragmentation through very small remainder chunks.
Added PROFILE support, and improved DEBUG support (usage statistics).