Home
last modified time | relevance | path

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

/external/jemalloc_new/src/
Dbase.c131 base_block_t *b = base->blocks; in base_get_num_blocks()
166 base_block_t *block = base->blocks; in base_auto_thp_switch()
247 static base_block_t *
253 size_t header_size = sizeof(base_block_t); in base_block_alloc()
270 base_block_t *block = (base_block_t *)base_map(tsdn, extent_hooks, ind, in base_block_alloc()
317 base_block_t *block = base_block_alloc(tsdn, base, extent_hooks, in base_extent_alloc()
327 base->allocated += sizeof(base_block_t); in base_extent_alloc()
328 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc()
334 base->n_thp += HUGEPAGE_CEILING(sizeof(base_block_t)) >> in base_extent_alloc()
353 base_block_t *block = base_block_alloc(tsdn, NULL, extent_hooks, ind, in base_new()
[all …]
/external/jemalloc_new/include/jemalloc/internal/
Dbase_structs.h14 base_block_t *next;
46 base_block_t *blocks;
Dbase_types.h4 typedef struct base_block_s base_block_t; typedef