mimalloc/src
2025-06-13 21:10:13 +02:00
..
prim use sysinfo call on linux to determine physical memory (as _SC_PHYSPAGES may cause allocation) (issue #1100) 2025-06-10 11:28:03 -07:00
alloc-aligned.c fix aligned malloc_requested statistic 2025-03-21 20:07:16 -07:00
alloc-override.c make macOS interposes compile for older macOS versions (by @noxybot, PR #1028) 2025-06-08 15:54:01 -07:00
alloc-posix.c update alignment check 2023-04-16 17:05:56 -07:00
alloc.c improve tracking of malloc_requested count 2025-03-21 19:40:44 -07:00
arena-abandon.c update lock primitive; fix arena exclusive allocation 2024-12-21 14:39:17 -08:00
arena.c add _mi_os_zalloc 2025-06-06 20:50:50 -07:00
bitmap.c improved accounting of committed bytes (issue #1035) 2025-03-19 18:50:53 -07:00
bitmap.h improved accounting of committed bytes (issue #1035) 2025-03-19 18:50:53 -07:00
free.c fix assertion in mi_free_size (issue #754) 2025-04-13 19:56:49 -07:00
heap.c fix stats for pages and page_bins 2025-05-21 11:09:34 -07:00
init.c Merge 1d14f40031 into 189b0ac416 2025-06-13 21:10:13 +02:00
libc.c improved accounting of committed bytes (issue #1035) 2025-03-19 18:50:53 -07:00
options.c Merge pull request #1057 from Noxybot/fix_recursion_on_android 2025-06-08 15:56:53 -07:00
os.c count commit stats only if the commit succeeded 2025-06-13 09:29:18 -07:00
page-queue.c fix stats for pages and page_bins 2025-05-21 11:09:34 -07:00
page.c check all os_commit calls and return NULL on failure 2025-06-06 15:13:43 -07:00
random.c potential fix for sporadic assertion failure on random returning 0 (issue #1039) 2025-03-19 19:06:21 -07:00
segment-map.c add _mi_os_zalloc 2025-06-06 20:50:50 -07:00
segment.c check all os_commit calls and return NULL on failure 2025-06-06 15:13:43 -07: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 fix format specifier in stat output 2025-05-21 19:20:31 -07:00