Commit | Date | |
---|---|---|
2016-12-04 10:17:43 | Tree | |
2016-12-04 10:16:51 | Tree | |
[r558]
by
obarthel
c.lib 1.213 (4.12.2016) - Added the __decay_unused_slabs() function which brings all currently - The slab-test program now exercises the memory allocation functions - Rewrote __get_slab_stats() to use setjmp() and longjmp() in the - __get_slab_stats() now reports how many times a slab was reused - Changing the slab size through an environment variable is now - Small changes to allow the library to be built with SAS/C again. - Still not sure what it does, but _CXV45 now sits along with _CX25 - Found the last use of MEMF_PRIVATE which should have been compiled |
2016-12-04 10:16:50 | Tree |
2016-11-27 14:56:47 | Tree | |
[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 |