Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_allocator.cpp70 AllocatorCache *GetAllocatorCache(DFsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_allocator.cpp144 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_allocator.cpp164 AllocatorCache *GetAllocatorCache(MemprofThreadLocalMallocStorage *ms) { in GetAllocatorCache() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp267 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { in GetAllocatorCache() function