Home
last modified time | relevance | path

Searched defs:GetAllocatorCache (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_linux.cpp26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } in GetAllocatorCache() function
Dlsan_common_mac.cpp94 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } in GetAllocatorCache() function
/external/compiler-rt/lib/msan/
Dmsan_allocator.cc100 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp144 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/external/compiler-rt/lib/asan/
Dasan_allocator.cc197 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/external/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp164 AllocatorCache *GetAllocatorCache(MemprofThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp267 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function