Searched refs:DeallocateBatch (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator_local_cache.h | 262 allocator->DeallocateBatch(&stats_, class_id, b); in Drain()
|
D | sanitizer_allocator_primary32.h | 182 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, in DeallocateBatch() function
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.h | 364 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch() function 764 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { in DeallocateBatch() function 1028 allocator->DeallocateBatch(&stats_, class_id, b); in Drain()
|