mimalloc/src
2020-09-08 16:56:51 -07: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 merge from dev-atomic 2020-09-03 09:47:01 -07:00
arena.c add option to limit OS allocation and only allow allocation from arenas 2020-09-08 16:56:51 -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 fix warnings on vs2017 2020-09-05 12:04:25 -07:00
init.c track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
options.c add option to limit OS allocation and only allow allocation from arenas 2020-09-08 16:56:51 -07:00
os.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page-queue.c consolidate bit scan operations 2020-09-08 09:27:57 -07:00
page.c replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130 2020-07-26 18:01:33 -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 track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
segment.c track pinned memory separately from large os pages 2020-09-08 16:46:03 -07:00
static.c split bitmap code into separate header and source file 2020-09-08 10:14:13 -07:00
stats.c update mi_process_info to not use doubles 2020-09-06 13:53:02 -07:00