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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.h 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member in struct:__msan::MsanThreadLocalMallocStorage
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_linux.cc 26 static THREADLOCAL AllocatorCache allocator_cache; member in namespace:__lsan
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.h 213 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage

Completed in 19 milliseconds