mimalloc/src
2019-09-10 13:26:51 -07:00
..
alloc-aligned.c don't align to sizes greater than than the allocation size 2019-09-07 12:01:54 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override-win.c make output function configurable; remove <stdio.h> from standard includes 2019-08-29 09:42:50 -07:00
alloc-override.c fix type; fix comment 2019-09-02 10:18:34 -07:00
alloc-posix.c use mi_is_power_of_two when possible (pr #118) 2019-09-09 08:12:50 -07:00
alloc.c add back zero initialized re-allocation 2019-09-03 10:57:39 -07:00
heap.c add recursion guard to deferred callback 2019-09-09 08:02:41 -07:00
init.c add recursion guard to deferred callback 2019-09-09 08:02:41 -07:00
memory.c changed strategy to reduce contention for region search and vs2019 project fix 2019-09-05 08:13:52 -07:00
options.c fix volatile declaration on function pointer 2019-09-07 09:18:29 -07:00
os.c refine mi_os_good_alloc_size and use it for huge pages (to ensure realloc is bounded as in #153 2019-09-10 13:26:51 -07:00
page-queue.c do not keep a queue of huge pages and free them directly 2019-08-24 15:45:14 -07:00
page.c refine mi_os_good_alloc_size and use it for huge pages (to ensure realloc is bounded as in #153 2019-09-10 13:26:51 -07:00
segment.c better alignment for large and huge pages inside a segment 2019-09-04 18:42:37 -07:00
static.c merge with dev 2019-07-08 15:42:42 -07:00
stats.c make output function configurable; remove <stdio.h> from standard includes 2019-08-29 09:42:50 -07:00