Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/stdlib/
Djemalloc.c1866 arena_chunk_map_t *mapelm; in arena_run_alloc() local
1874 mapelm = &chunk->map[i]; in arena_run_alloc()
1875 if (mapelm->pos == POS_FREE) { in arena_run_alloc()
1876 if (mapelm->npages >= need_npages) { in arena_run_alloc()
1885 if (mapelm->npages > in arena_run_alloc()
1888 mapelm->npages; in arena_run_alloc()
1896 i += mapelm->npages; in arena_run_alloc()
2354 arena_chunk_map_t *mapelm; in arena_salloc() local
2367 mapelm = &chunk->map[pageind]; in arena_salloc()
2368 if (mapelm->pos != 0 || ptr != (char *)((uintptr_t)chunk) + (pageind << in arena_salloc()
[all …]