mimalloc/src
2020-12-15 16:03:54 -08:00
..
alloc-aligned.c weaken aligmenment assertion (issue #245) 2020-05-19 09:56:37 -07:00
alloc-override-osx.c update override on macOS with interpose of malloc_default_zone (issues #313) 2020-12-15 16:03:54 -08:00
alloc-override.c update override on macOS with interpose of malloc_default_zone (issues #313) 2020-12-15 16:03:54 -08:00
alloc-posix.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -07:00
alloc.c fix build on ghc4.8 (issue #330) 2020-12-10 12:33:35 -08:00
arena.c add test to avoid searching arenas when possible 2020-10-15 19:46:19 -07:00
bitmap.c mi_bitmap_try_find_claim_field_across 2020-11-18 17:21:51 +00:00
bitmap.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
heap.c Honour MI_STAT in couple more places. 2020-11-02 00:14:02 +03:00
init.c add environment option mi_reserve_os_memory 2020-09-08 17:16:31 -07:00
options.c update override on macOS with interpose of malloc_default_zone (issues #313) 2020-12-15 16:03:54 -08:00
os.c fix type warning (issue #337) 2020-12-10 12:13:06 -08:00
page-queue.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page.c wrap MI_SECURE conditional in #ifdef to avoid warnings (issue #311) 2020-10-11 10:56:57 -07:00
random.c switch back to using bcryptrandom number generation on Windows to fix azure pipeline tests 2020-09-06 08:50:23 -07:00
region.c Merge branch 'master' into dev 2020-09-24 16:32:56 -07:00
segment.c fix statistics to include padding correctly (issue #301) 2020-10-11 13:14:43 -07:00
static.c split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
stats.c extend mi_process_info to include elapsed time 2020-09-24 10:13:25 -07:00