mimalloc/src
2020-09-04 13:06:18 -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 merge from dev-atomic 2020-09-03 09:47:01 -07:00
init.c small compilation warning fixes (extra semicolon etc) 2020-08-29 19:30:38 -07:00
options.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -07:00
os.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -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 update comments 2020-09-03 10:00:01 -07:00
region.c replace atomics with C11/C++ atomics with explicit memory order; passes tsan. Issue #130 2020-07-26 18:01:33 -07:00
segment.c merge from dev-atomic 2020-09-03 09:47:01 -07:00
static.c merge from master 2020-08-06 13:19:01 -07:00
stats.c merge from dev-atomic 2020-09-03 09:47:01 -07:00