mimalloc/src
2024-12-17 17:53:34 -08:00
..
prim add address hint to primitive allocation API 2024-11-16 16:57:37 -08:00
alloc-aligned.c fix write to empty heap in mi_guarded build 2024-12-08 17:23:09 -08:00
alloc-override.c Musl needs __libc* functions too 2024-10-06 15:42:46 -05:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c fix asan with MI_GUARDED 2024-11-17 22:56:26 -08:00
arena-abandon.c fix build error on linux 2024-10-28 02:06:58 +00:00
arena.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
bitmap.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
bitmap.h remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
free.c add guarded objects that are sampled (and fit a size range). guarded sample rate etc can be set per heap as well as defaulted with options 2024-11-17 22:45:09 -08:00
heap.c ensure incompatible heaps are not absorbed 2024-12-11 09:20:34 -08:00
init.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
libc.c Fix int and long handling and the use of (u)intptr_t in _mi_vsnprintf 2024-10-15 13:39:28 +04:00
options.c Merge branch 'dev' into dev-steal 2024-11-18 16:12:26 -08:00
os.c fix missing void 2024-12-09 20:50:00 -08:00
page-queue.c clean up candidate search; add mi_collect_reduce 2024-11-25 16:58:02 -08:00
page.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
segment.c remove os_tld and stats parameters to os interface 2024-12-08 17:56:13 -08:00
static.c refactor arena-abandoned to be an include for backward compat with existing build scripts 2024-06-03 18:04:59 -07:00
stats.c add ajust stats to compensate for double counting 2024-12-17 17:53:34 -08:00