Commit | Date | |
---|---|---|
[r556]
by
obarthel
c.lib 1.212 (27.11.2016) - Unused slabs which get recycled are no longer reinitialized from - Added __get_slab_stats() function. - Added support for global __slab_purge_threshold tuning variable. |
2016-11-27 14:56:46 | Tree |
[r555]
by
obarthel
- malloc-test was linked against the wrong object file. Fixed. - Added a short test program for the slab allocator. |
2016-11-27 14:55:40 | Tree |
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 |