Lines Matching defs:n_thp
159 assert(!config_stats || base->n_thp == 0);
166 base->n_thp += HUGEPAGE_CEILING(block->size -
209 * crossed by the new allocation. Adjust n_thp similarly when
218 base->n_thp += (HUGEPAGE_CEILING((uintptr_t)addr + size)
221 assert(base->mapped >= base->n_thp << LG_HUGEPAGE);
328 assert(base->n_thp > 0);
329 base->n_thp += HUGEPAGE_CEILING(sizeof(base_block_t)) >>
334 assert(base->n_thp << LG_HUGEPAGE <= base->mapped);
391 base->n_thp = (opt_metadata_thp == metadata_thp_always) &&
396 assert(base->n_thp << LG_HUGEPAGE <= base->mapped);
496 size_t *mapped, size_t *n_thp) {
505 *n_thp = base->n_thp;