/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_quarantine.h | 82 : cache_(LINKER_INITIALIZED) { 119 cache_.Transfer(c); 121 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock()) 128 cache_.Transfer(c); 138 cache_.PrintStats(); 150 Cache cache_; member in class:__sanitizer::Quarantine 162 uptr cache_size = cache_.Size(); 163 uptr overhead_size = cache_.OverheadSize(); 172 cache_.MergeBatches(&tmp); 176 while (cache_.Size() > min_size) [all...] |
sanitizer_quarantine.h | 82 : cache_(LINKER_INITIALIZED) { 119 cache_.Transfer(c); 121 if (cache_.Size() > GetSize() && recycle_mutex_.TryLock()) 128 cache_.Transfer(c); 138 cache_.PrintStats(); 150 Cache cache_; member in class:__sanitizer::Quarantine 162 uptr cache_size = cache_.Size(); 163 uptr overhead_size = cache_.OverheadSize(); 172 cache_.MergeBatches(&tmp); 176 while (cache_.Size() > min_size) [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_allocator.cc | 138 : cache_(cache), 165 get_allocator().Deallocate(cache_, p); 169 void *res = get_allocator().Allocate(cache_, size, 1); 177 get_allocator().Deallocate(cache_, p); 181 AllocatorCache* const cache_; member in struct:__asan::QuarantineCallback
|
asan_allocator.cc | 138 : cache_(cache), 165 get_allocator().Deallocate(cache_, p); 169 void *res = get_allocator().Allocate(cache_, size, 1); 177 get_allocator().Deallocate(cache_, p); 181 AllocatorCache* const cache_; member in struct:__asan::QuarantineCallback
|