mimalloc/src
2019-12-28 16:19:45 -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 improve double free detection with faster same page check 2019-12-28 15:28:13 -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 stronger encoding of free lists using two keys per page 2019-12-28 00:57:42 -08:00
init.c stronger encoding of free lists using two keys per page 2019-12-28 00:57:42 -08:00
memory.c updated random cookie generation using OS primitives and chacha20 2019-12-22 19:37:49 -08:00
options.c add preload check in option initialization (issues #179) 2019-12-01 01:03:39 -08:00
os.c Merge branch 'dev-random' into dev 2019-12-28 16:19:45 -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 update free list encoding to stronger formula with addition last 2019-12-28 15:17:49 -08:00
random.c stronger encoding of free lists using two keys per page 2019-12-28 00:57:42 -08:00
segment.c stronger encoding of free lists using two keys per page 2019-12-28 00:57:42 -08:00
static.c updated random cookie generation using OS primitives and chacha20 2019-12-22 19:37:49 -08:00
stats.c fix avg display; set secure default to 0` 2019-11-07 10:35:30 -08:00