HomeSort by: relevance | last modified time | path
    Searched defs:total_freed_chunks (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 744 const uptr total_freed_chunks = region->num_freed_chunks + new_chunks_count; local in function:SizeClassAllocator64::PopulateFreeArray
745 if (UNLIKELY(!EnsureFreeArraySpace(region, region_beg, total_freed_chunks)))
750 free_array[total_freed_chunks - 1 - i] = PointerToCompactPtr(0, chunk);

Completed in 14 milliseconds