HomeSort by: relevance | last modified time | path
    Searched defs:GetAllocatorCache (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc 27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
lsan_common_mac.cc 95 AllocatorCache *GetAllocatorCache() { return &get_tls_val(true)->cache; }
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 134 AllocatorCache *GetAllocatorCache(MsanThreadLocalMallocStorage *ms) {
141 allocator.SwallowCache(GetAllocatorCache(this));
156 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
204 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 209 AllocatorCache *GetAllocatorCache(AsanThreadLocalMallocStorage *ms) {
452 AllocatorCache *cache = GetAllocatorCache(&t->malloc_storage());
599 AllocatorCache *ac = GetAllocatorCache(ms);
698 AllocatorCache *ac = GetAllocatorCache(ms);
764 QuarantineCallback(GetAllocatorCache(ms),

Completed in 15 milliseconds