mimalloc/src
2019-12-01 00:01:14 -08:00
..
alloc-aligned.c update page_flags to have more portable definition 2019-10-17 16:48:16 -07:00
alloc-override-osx.c Fixing interpose on macOS 2019-07-02 12:49:28 -07:00
alloc-override.c fix type; fix comment 2019-09-02 10:18:34 -07:00
alloc-posix.c limit aligned allocation to power-of-two alignment 2019-09-11 17:49:28 -07:00
alloc.c improved security by encoding NULL values; double free mitigation on by default; more precise free list corruption detection 2019-11-21 15:21:23 -08:00
arena.c add arena.c into the static override object 2019-12-01 00:01:14 -08:00
bitmap.inc.c remove reset delay slots; add reset tracking per page and segment 2019-11-20 14:55:12 -08:00
heap.c merge from dev 2019-11-13 17:52:20 -08:00
init.c merge from dev 2019-11-21 16:28:28 -08:00
memory.c more precise memory reset 2019-11-24 14:40:47 -08:00
options.c clean up options; make secure work with eager_page_commit 2019-11-25 10:47:17 -08:00
os.c fix unix bug in decommit size 2019-11-25 10:11:29 -08:00
page-queue.c use atomic read/write on the page->heap field where concurrent interaction is possible 2019-11-20 13:19:17 -08:00
page.c experimental eager page commit option 2019-11-24 22:02:40 -08:00
segment.c clean up options; make secure work with eager_page_commit 2019-11-25 10:47:17 -08:00
static.c add arena.c into the static override object 2019-12-01 00:01:14 -08:00
stats.c fix avg display; set secure default to 0` 2019-11-07 10:35:30 -08:00