Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator_primary64.h121 uptr old_num_chunks = region->num_freed_chunks; in ReturnToAllocator()
134 region->num_freed_chunks = new_num_freed_chunks; in ReturnToAllocator()
147 if (UNLIKELY(region->num_freed_chunks < n_chunks)) { in GetFromAllocator()
149 n_chunks - region->num_freed_chunks))) in GetFromAllocator()
151 CHECK_GE(region->num_freed_chunks, n_chunks); in GetFromAllocator()
153 region->num_freed_chunks -= n_chunks; in GetFromAllocator()
154 uptr base_idx = region->num_freed_chunks; in GetFromAllocator()
249 region->stats.n_freed, in_use, region->num_freed_chunks, avail_chunks, in PrintStats()
603 uptr num_freed_chunks; // Number of elements in the freearray. in ALIGNED() local
662 uptr num_freed_chunks) { in EnsureFreeArraySpace() argument
[all …]