Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc47 allocator.SwallowCache(GetAllocatorCache()); in AllocatorThreadFinish()
85 void *p = allocator.Allocate(GetAllocatorCache(), size, alignment); in Allocate()
115 allocator.Deallocate(GetAllocatorCache(), p); in Deallocate()
122 allocator.Deallocate(GetAllocatorCache(), p); in Reallocate()
125 p = allocator.Reallocate(GetAllocatorCache(), p, new_size, alignment); in Reallocate()
131 *begin = (uptr)GetAllocatorCache(); in GetAllocatorCacheRange()
H A Dlsan_linux.cc27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache() function
H A Dlsan_common_mac.cc95 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } in GetAllocatorCache() function
H A Dlsan_allocator.h117 AllocatorCache *GetAllocatorCache();
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_allocator.cc134 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
141 allocator.SwallowCache(GetAllocatorCache(this)); in CommitBack()
156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanAllocate()
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in MsanDeallocate()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc209 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage()); in Allocate()
599 AllocatorCache *ac = GetAllocatorCache(ms); in QuarantineChunk()
698 AllocatorCache *ac = GetAllocatorCache(ms); in CommitBack()
764 QuarantineCallback(GetAllocatorCache(ms), in Purge()