Home
last modified time | relevance | path

Searched refs:alloc_granularity (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Objects/mimalloc/prim/wasi/
Dprim.c22 config->alloc_granularity = 16; in _mi_prim_mem_init()
/external/compiler-rt/lib/asan/
Dasan_win.cc224 static uptr alloc_granularity = GetMmapGranularity(); in ShadowExceptionHandler() local
/external/python/cpython3/Include/internal/mimalloc/mimalloc/
Dprim.h27 size_t alloc_granularity; // smallest allocation size (on Windows 64KiB) member
/external/python/cpython3/Objects/mimalloc/prim/windows/
Dprim.c121 if (si.dwAllocationGranularity > 0) { config->alloc_granularity = si.dwAllocationGranularity; } in _mi_prim_mem_init()
/external/python/cpython3/Objects/mimalloc/prim/unix/
Dprim.c133 config->alloc_granularity = (size_t)psize; in _mi_prim_mem_init()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c828 unsigned alloc_granularity = get_lds_granularity(screen, sel->stage); in si_shader_binary_open() local
829 shader->config.lds_size = DIV_ROUND_UP(rtld->lds_size, alloc_granularity); in si_shader_binary_open()