HomeSort by: relevance | last modified time | path
    Searched defs:mapelm (Results 1 - 1 of 1) sorted by relevancy

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

Completed in 12 milliseconds