mimalloc/src
2020-01-31 17:28:26 -08:00
..
alloc-aligned.c fix padding check for aligned allocation; improve perf for small aligned allocations 2020-01-31 13:20:02 -08:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override.c test for gcc version for aligned new/delete overrides 2020-01-16 16:30:44 -08:00
alloc-posix.c fix padding check for aligned allocation; improve perf for small aligned allocations 2020-01-31 13:20:02 -08:00
alloc.c fix padding check for aligned allocation; improve perf for small aligned allocations 2020-01-31 13:20:02 -08:00
arena.c improve messages; fix reset size calculation on large pages 2020-01-31 17:28:26 -08:00
bitmap.inc.c fix type of bitmap field to avoid C++ error on older gcc 2020-01-16 16:21:59 -08:00
heap.c initial abandon based on fine-grained reclamation 2020-01-23 19:50:35 -08:00
init.c add extra assertion that all segments are free on thread termination 2020-01-25 14:30:02 -08:00
options.c enable page-reset by default 2020-01-31 17:27:45 -08:00
os.c improve messages; fix reset size calculation on large pages 2020-01-31 17:28:26 -08:00
page-queue.c use delayed free for all pages; reduce size of the page structure for improved address calculation 2020-01-15 17:19:01 -08:00
page.c Merge branch 'dev' into dev-exp 2020-01-27 23:15:37 -08:00
random.c enable arc4random abi under apple 2020-01-25 14:47:09 +00:00
region.c Merge branch 'dev' into dev-exp 2020-01-27 23:15:37 -08:00
segment.c improve messages; fix reset size calculation on large pages 2020-01-31 17:28:26 -08:00
static.c move 'memory.c' to 'region.c' 2020-01-25 13:28:49 -08:00
stats.c reduce type casts in atomic operations 2020-01-22 19:44:54 -08:00