mimalloc/src
2020-01-08 17:45:38 -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 fix thread_free read in assertion 2020-01-03 22:06:27 -08:00
arena.c fix timeout on huge page reservation if set to 0 2020-01-07 14:15:37 -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 fix assertion 2020-01-08 16:33:45 -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 fix potential A-B-A problem with segment abandonment; noticed by Manual Poeter and Sam Gross 2020-01-08 17:45:38 -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