Searched refs:pgt_count (Results 1 – 1 of 1) sorted by relevance
917 size_t pgt_count = get_pgt_count(a->base, a->size + a_next->size); in alloc_merged_pgt_array() local925 assert(pgt_count == a_pgt_count + a_next_pgt_count - 1); in alloc_merged_pgt_array()927 assert(pgt_count == a_pgt_count + a_next_pgt_count); in alloc_merged_pgt_array()934 pgt_array = calloc(sizeof(struct pgt *), pgt_count); in alloc_merged_pgt_array()
Completed in 5 milliseconds