office-gobmx/sal/rtl/source
Matthias Huetsch 3e0b16dafc #96894#, #97098#, #97330# Fixed excessive memory fragmentation issues:
'__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).
2002-04-09 08:46:50 +00:00
..
alloc.c #96894#, #97098#, #97330# Fixed excessive memory fragmentation issues: 2002-04-09 08:46:50 +00:00
bootstrap.cxx fix overwriting bootstrapparameters from custom rc/.ini (#96291#) 2002-01-07 15:14:49 +00:00
byteseq.c c compiler warnings fixed 2001-03-30 13:36:27 +00:00
cipher.c
cmdargs.cxx bootstrapping now supports local ini files (#88338#) 2001-08-30 10:51:36 +00:00
crc.c
digest.c #86409# Added missing functions 'rtl_digest_init()', 'rtl_digest_HMAC_MD5()' 2001-05-06 14:15:50 +00:00
locale.c #88576# hash value can be negative 2001-07-03 12:04:22 +00:00
logfile.cxx #92402# .nopid feature added 2001-09-26 15:45:28 +00:00
macro.hxx bootstrapping now supports local ini files (#88338#) 2001-08-30 10:51:36 +00:00
makefile.mk implementation of TestResult functions 2001-09-24 12:32:38 +00:00
memory.c
random.c #include <osl/time.h> added 2001-03-14 08:50:26 +00:00
rtl_process.c #87127# Access functions for bootstrap values added 2001-05-17 08:01:51 +00:00
strbuf.c #93159# Fixed rtl_[u]Stringbuffer_newFrom... (double release). 2001-10-15 07:07:57 +00:00
strimp.c #89430# double to string conversion had too many rounding errors 2001-07-13 16:05:30 +00:00
strimp.h internal functions for String implementations 2001-03-16 13:54:23 +00:00
string.c #98247# Remove RTL_TEXTENCODING_STD_COUNT. 2002-03-19 14:15:42 +00:00
strtmpl.c #98431# Fixed O[U]String.toDouble. 2002-03-28 09:31:15 +00:00
tres.c #96934# skipped cpy,cat and ln functions and make use of rtl_string* shape 2002-01-24 15:00:13 +00:00
unload.cxx #97345# put static stl objects in get functions because of problems with solaris compiler 2002-02-07 09:17:02 +00:00
ustrbuf.c #93159# Fixed rtl_[u]Stringbuffer_newFrom... (double release). 2001-10-15 07:07:57 +00:00
ustring.c #98247# Remove RTL_TEXTENCODING_STD_COUNT. 2002-03-19 14:15:42 +00:00