mimalloc/src
2020-08-28 08:46:51 -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 merge from dev 2020-08-27 22:43:57 -07:00
arena.c nice cache initialization 2020-05-03 10:45:46 -07:00
bitmap.inc.c improved arena cache 2020-05-02 10:37:33 -07:00
heap.c merge from dev 2020-08-27 22:43:57 -07:00
init.c merge from dev 2020-08-27 22:43:57 -07:00
options.c merge from dev 2020-05-19 10:43:46 -07:00
os.c merge from dev 2020-08-27 22:43:57 -07:00
page-queue.c merge from dev 2020-03-16 16:41:21 -07:00
page.c merge from dev 2020-06-17 19:25:03 -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 set delayed decommit mask more precisely to only decommit currently committed blocks 2020-08-28 08:46:51 -07:00
static.c merge from dev 2020-08-27 22:43:57 -07:00
stats.c merge from dev 2020-08-27 22:43:57 -07:00