Home
last modified time | relevance | path

Searched refs:num_freed_chunks (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h182 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() local
739 uptr num_freed_chunks) { in EnsureFreeArraySpace() argument
740 uptr needed_space = num_freed_chunks * sizeof(CompactPtrT); in EnsureFreeArraySpace()
841 region->num_freed_chunks += new_chunks_count; in PopulateFreeArray()
[all …]