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

/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_linux.cpp26 AllocatorCache *GetAllocatorCache() { return &allocator_cache; } function in namespace:__lsan
H A Dlsan_common_mac.cpp109 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; } function in class:__lsan::SeenRegion
/openbsd-current/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_allocator.cpp74 AllocatorCache *GetAllocatorCache(DFsanThreadLocalMallocStorage *ms) { function in namespace:__dfsan
/openbsd-current/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_allocator.cpp142 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) { function in namespace:__msan
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp202 AllocatorCache *GetAllocatorCache(MemprofThreadLocalMallocStorage *ms) { function in namespace:__memprof
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_allocator.cpp265 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) { function in namespace:__asan

Completed in 113 milliseconds