mimalloc/src
2020-08-06 13:19:01 -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 add pointer validity check in debug mode for mi_usable_size/mi_realloc/mi_expand. Issue #269 2020-07-20 14:33:03 -07:00
arena.c pass full commit flag to free, possible fix for issue #218 2020-04-23 20:19:48 -07:00
bitmap.inc.c fix type of bitmap field to avoid C++ error on older gcc 2020-01-16 16:21:59 -08:00
heap.c collect memory on process exit for statically linked library (issue #281 2020-07-29 21:27:01 -07:00
init.c collect memory on process exit for statically linked library (issue #281 2020-07-29 21:27:01 -07:00
options.c put a bound on the environment search 2020-05-05 20:19:20 -07:00
os.c improved NUMA node detection on Windows (for AMD Ryzen), issue #282 2020-07-29 14:36:21 -07:00
page-queue.c fix too strict assertion (issue #204) 2020-02-14 11:11:57 -08:00
page.c fix handling of failing to allocate heap metadata on thread creation, issue #257 2020-06-17 19:07:32 -07:00
random.c illumos support/build fix and large page support 2020-07-10 03:26:14 +01:00
region.c fix initialization of union padding; issue found through valgrind by @jasongibson 2020-04-30 17:40:00 -07:00
segment.c reduce tsan warning by ensuring a require edge; issue #130 2020-07-22 15:28:14 -07:00
static.c merge from master 2020-08-06 13:19:01 -07:00
stats.c getting resident mem at least 2020-07-26 18:56:10 +00:00