mimalloc/src
2020-09-06 08:33:27 -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 replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130 2020-07-26 18:01:33 -07:00
bitmap.inc.c replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130 2020-07-26 18:01:33 -07:00
heap.c fix warnings on vs2017 2020-09-05 12:04:25 -07:00
init.c use main stats for thread count 2020-09-05 18:00:36 -07:00
options.c fix C++ compilation with new atomics 2020-09-05 09:17:42 -07:00
os.c remove unused local warning 2020-09-05 22:03:47 -07:00
page-queue.c replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130 2020-07-26 18:01:33 -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 experiment with bcrypt api again 2020-09-06 08:33:27 -07:00
region.c fix C++ compilation with new atomics 2020-09-05 09:17:42 -07:00
segment.c add abandoned counter for debug purposes 2020-09-05 18:17:07 -07:00
static.c merge from master 2020-08-06 13:19:01 -07:00
stats.c use main stats for os statistics 2020-09-05 17:44:15 -07:00