Commit | Date | |
---|---|---|
2016-11-24 09:04:57 | Tree | |
2016-11-23 17:09:30 | Tree | |
[r552]
by
obarthel
c.lib 1.211 (23.11.2016) - Added more consistency checking to the slab allocator, which is - Memory allocations are no longer guaranteed to be aligned to - Memory allocation request sizes are now rounded to multiples of - Reduced the memory footprint of the memory allocation management - Added integer overflow checks to the memory management code. - Reduced the memory management overhead further. This cuts an - Fixed a bug caused by returning an allocation back to a slab |
2016-11-23 17:09:29 | Tree |
2016-11-22 17:24:55 | Tree | |
[r550]
by
obarthel
c.lib 1.210 (22.11.2016) - Added __get_slab_allocations() function which will report information - If the first slab in the list of slabs which share the same chunk - If an empty slab's decay count hits zero, it is moved to the front - Allocations made from the slab now carry a pointer back to the |
2016-11-22 17:24:54 | Tree |
2016-11-22 17:23:50 | Tree | |
2016-11-21 11:32:23 | Tree | |
[r547]
by
obarthel
c.lib 1.209 (21.11.2016) - The maximum slab size is now 2^17 bytes (= 131072). If you request - Enabling the memory management debugging code no longer produces |
2016-11-21 11:32:22 | Tree |
2016-11-19 14:46:50 | Tree | |
[r545]
by
obarthel
c.lib 1.208 (19.11.2016) - Updated <stdlib.h> with new functions and data structures for - Added __get_slab_usage() function which can be used to query |
2016-11-19 14:46:49 | Tree |