mimalloc/src
2023-10-11 01:47:20 +01:00
..
alloc-aligned.c weaken aligmenment assertion (issue #245) 2020-05-19 09:56:37 -07:00
alloc-posix.c use pragma warning only on msvc (issue #291) 2020-09-04 13:06:18 -07:00
alloc.c Fix typo 2021-06-04 19:26:53 +01: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 [*] always link to the aurora runtime heap 2023-08-26 22:02:42 +01:00
options.c fix C++ compilation with new atomics 2020-09-05 09:17:42 -07:00
os.c [*] drop win32 requirements 2023-10-11 01:47:20 +01: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 [*] Remove OS randomness in favour of Aurora Runtimes LibTomCrypt helper. I'm sick of seeing warnings on deinit/process shutdown. 2023-07-11 17:41:40 +01:00
region.c use relaxed load for region count as that is monotonic 2020-09-24 16:29:41 -07:00
segment.c improve handling of out-of-memory situations 2020-09-14 09:02:06 -07:00
static.c merge from master 2020-08-06 13:19:01 -07:00
stats.c [*] Further drop OS requirements 2023-07-24 11:47:18 +01:00