Searched refs:base_block_t (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/jemalloc/src/ |
| H A D | base.c | 126 base_block_t *b = base->blocks; in base_get_num_blocks() 161 base_block_t *block = base->blocks; in base_auto_thp_switch() 242 static base_block_t * 248 size_t header_size = sizeof(base_block_t); in base_block_alloc() 265 base_block_t *block = (base_block_t *)base_map(tsdn, ehooks, ind, in base_block_alloc() 312 base_block_t *block = base_block_alloc(tsdn, base, ehooks, in base_extent_alloc() 322 base->allocated += sizeof(base_block_t); in base_extent_alloc() 323 base->resident += PAGE_CEILING(sizeof(base_block_t)); in base_extent_alloc() 329 base->n_thp += HUGEPAGE_CEILING(sizeof(base_block_t)) >> in base_extent_alloc() 360 base_block_t *block = base_block_alloc(tsdn, NULL, &fake_ehooks, ind, in base_new() [all …]
|
| /src/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | base.h | 30 typedef struct base_block_s base_block_t; typedef 36 base_block_t *next; 70 base_block_t *blocks;
|