mimalloc/src
2020-01-16 16:45:34 -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 test for gcc version for aligned new/delete overrides 2020-01-16 16:30:44 -08:00
alloc-posix.c limit aligned allocation to power-of-two alignment 2019-09-11 17:49:28 -07:00
alloc.c rearrange STL allocator code: remove pragma, ifdef for C++11 2020-01-16 15:57:11 -08:00
arena.c fix out-of-bounds error in huge OS page bitmap 2020-01-13 17:06:25 -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 fix debug build 2020-01-16 03:54:51 -08:00
init.c initialize thread_delayed_free field atomically 2020-01-16 16:45:34 -08:00
memory.c fix assertion 2020-01-08 16:33:45 -08:00
options.c add option to reset eagerly when a segment is abandoned 2020-01-16 11:25:02 -08:00
os.c add mprotect error when the mmap limit might be reached in secure mode (see issue #77) 2020-01-09 17:52:28 -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 eager collect on page reclamation 2020-01-15 17:57:19 -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 add option to reset eagerly when a segment is abandoned 2020-01-16 11:25:02 -08:00
static.c updated random cookie generation using OS primitives and chacha20 2019-12-22 19:37:49 -08:00
stats.c add output argument to stat printing 2020-01-15 10:53:54 -08:00