Searched refs:num_freed_chunks (Results 1 – 1 of 1) sorted by relevance
182 uptr old_num_chunks = region->num_freed_chunks; in ReturnToAllocator()195 region->num_freed_chunks = new_num_freed_chunks; in ReturnToAllocator()219 if (UNLIKELY(region->num_freed_chunks < n_chunks)) { in GetFromAllocator()223 CHECK_GE(region->num_freed_chunks, n_chunks); in GetFromAllocator()225 region->num_freed_chunks -= n_chunks; in GetFromAllocator()226 uptr base_idx = region->num_freed_chunks; in GetFromAllocator()670 uptr num_freed_chunks; // Number of elements in the freearray. in ALIGNED() local739 uptr num_freed_chunks) { in EnsureFreeArraySpace() argument740 uptr needed_space = num_freed_chunks * sizeof(CompactPtrT); in EnsureFreeArraySpace()841 region->num_freed_chunks += new_chunks_count; in PopulateFreeArray()[all …]