Searched defs:DeallocateBatch (Results 1 - 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h352 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { function in class:__sanitizer::SizeClassAllocator64
738 NOINLINE void DeallocateBatch(AllocatorStats *stat, uptr class_id, Batch *b) { function in class:__sanitizer::SizeClassAllocator32
995 allocator->DeallocateBatch(&stats_, class_id, b);

Completed in 575 milliseconds