mimalloc/src
2020-07-25 23:50:22 -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 strengthen alignment check for memalign and aligned_alloc 2020-02-17 09:59:11 -08:00
alloc.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
arena.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
bitmap.inc.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
heap.c ensure thread delayed freeing is correct during heap_absorb; #204 2020-02-13 13:12:19 -08:00
init.c use stored pointer #257 2020-06-18 18:20:26 +02:00
options.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
os.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
page-queue.c fix too strict assertion (issue #204) 2020-02-14 11:11:57 -08:00
page.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
random.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
region.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00
segment.c make segment abandoned_next atomic; tsan passes without warnings now (issue #130) 2020-07-25 23:50:22 -07:00
static.c Do not forget to include malloc zone implementation in the static object 2020-04-21 15:08:27 +03:00
stats.c bring inline with C11 atomics; no volatile and cas order of expected/desired 2020-07-25 22:52:27 -07:00