ossp-pkg/mm/ChangeLog 1.48 -> 1.49
--- ChangeLog 2004/11/15 16:48:06 1.48
+++ ChangeLog 2005/09/02 19:50:34 1.49
@@ -11,6 +11,10 @@
Changes between 1.3.1 and 1.3.2 (12-Sep-2003 to xx-Nov-2004)
+ *) Optimize insertion of free memory chunks by merging with
+ the spare area if possible to decrease memory fragmentation.
+ [<gennadyd@yahoo.com>]
+
*) Fix mm_realloc() function: If the memory chunk passed to mm_realloc()
can't be extended and a new chunk must be allocated, the old memory
is copied into the new chunk with a call to memcpy(3). However, the
|
|