mimalloc/src
David Carlier 1deea03bf1 On Darwin, using MADV_FREE_REUSABLE/MADV_FREE_REUSE.
The former to notify the pages are available for other processes,
 the latter is needed for proper counting in case those pages where
tagged as reusable previously otherwise is a no-op, all for better
 RSS reporting for task_info apps.
2020-10-31 22:22:04 +00:00
..
alloc-aligned.c weaken aligmenment assertion (issue #245) 2020-05-19 09:56:37 -07:00
alloc-override-osx.c Provide zone_size function: free() uses it to find the zone pointer belongs to in order to call the corresponding zone_free function 2020-04-21 15:10:49 +03:00
alloc-override.c override aligned_alloc always if using C compilation (issue #276) 2020-07-20 11:27:42 -07:00
alloc-posix.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -07:00
alloc.c better instruction scheduling for alloc 2020-10-15 19:46:33 -07:00
arena.c add test to avoid searching arenas when possible 2020-10-15 19:46:19 -07:00
bitmap.c track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
bitmap.h track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
heap.c add extra NULL checks for heap parameters in the heap API (issue #311) 2020-10-11 10:50:09 -07:00
init.c add environment option mi_reserve_os_memory 2020-09-08 17:16:31 -07:00
options.c add environment option mi_reserve_os_memory 2020-09-08 17:16:31 -07:00
os.c On Darwin, using MADV_FREE_REUSABLE/MADV_FREE_REUSE. 2020-10-31 22:22:04 +00: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