mimalloc/src
2025-02-11 14:35:21 -08:00
..
prim parameter of clz/ctz is size_t 2025-02-11 14:35:21 -08:00
alloc-aligned.c fix pointer alignment for zero-sized large alignment case 2025-01-02 15:02:40 -08:00
alloc-override.c Merge pull request #918 from mneumann/dev-fix-build-on-dragonflybsd 2024-12-30 12:18:35 -08: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 update lock primitive; fix arena exclusive allocation 2024-12-21 14:39:17 -08:00
arena.c fix build on msvc in C compilation; fix build with clang-cl on Windows 2025-01-06 10:27:46 -08:00
bitmap.c parameter of clz/ctz is size_t 2025-02-11 14:35:21 -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 parameter of clz/ctz is size_t 2025-02-11 14:35:21 -08:00
init.c add mi_is_redirected back (issue #993) 2025-02-10 20:55:30 -08:00
libc.c return length from _mi_snprintf 2025-01-04 22:01:28 -08:00
options.c fix large OS page behaviour on Linux; default is now 2 which only uses large OS pages (not huge) through madvise 2025-01-03 20:00:40 -08:00
os.c use physical memory in kib to avoid overflow of size_t (issue #1010) 2025-02-11 09:12:29 -08:00
page-queue.c parameter of clz/ctz is size_t 2025-02-11 14:35:21 -08:00
page.c return length from _mi_snprintf 2025-01-04 22:01:28 -08:00
random.c restructure header files 2023-03-20 10:37:39 -07:00
segment-map.c add newline 2024-12-31 14:13:01 -08:00
segment.c maintain precise try count for reclaim 2025-01-07 19:28:44 -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