mimalloc/src
2020-01-06 22:08:21 -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
alloc-override.c
alloc-posix.c
alloc.c fix thread_free read in assertion 2020-01-03 22:06:27 -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 increase retire expiration to 4 2020-01-03 21:39:18 -08:00
init.c increase retire limit, collect retired pages 2020-01-03 17:06:41 -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 disable MAP_NORESERVE on huge pages 2020-01-05 22:07:16 -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 revert a2a9230 (remove empty page removal on search): this is not generally valid when concurrent frees do not always add to thread_delayed_free. 2020-01-05 13:58:49 -08:00
random.c on Linux dynamically detect if getrandom is supported and fall back to /dev/urandom if needed 2020-01-06 22:08:21 -08:00
segment.c remove unused parameter in check double free 2020-01-02 17:24:32 -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