mimalloc/src
2020-05-26 16:04:28 -07:00
..
alloc-aligned.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -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 Merge pull request #238 from asl/gcc-6-aligned-dealloc 2020-05-01 14:16:20 -07:00
alloc-posix.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -07:00
alloc.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -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 resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -07:00
init.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -07:00
options.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -07:00
os.c Merge pull request #242 from devnexen/ios_build_fix 2020-05-19 10:21:32 -07:00
page-queue.c fix too strict assertion (issue #204) 2020-02-14 11:11:57 -08:00
page.c edit warning messages to be more consistent 2020-05-19 10:16:28 -07:00
random.c resolve #201 with a platform-selective REP MOVSB implementation 2020-05-26 16:04:28 -07:00
region.c fix initialization of union padding; issue found through valgrind by @jasongibson 2020-04-30 17:40:00 -07:00
segment.c fix return value for page_unreset 2020-05-19 13:31:24 -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 use line-buffered output for statistics (issue #235 2020-04-24 07:43:21 -07:00