HomeSort by: relevance | last modified time | path
    Searched defs:allocator_cache (Results 1 - 9 of 9) 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/external/gpl3/gcc/dist/libsanitizer/lsan/
lsan_linux.cpp 26 static THREADLOCAL AllocatorCache allocator_cache; member in namespace:__lsan
27 AllocatorCache *GetAllocatorCache() { return &allocator_cache; }
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_linux.cpp 25 static THREADLOCAL AllocatorCache allocator_cache; member in namespace:__lsan
26 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
  /src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_allocator.h 263 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_allocator.h 199 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.h 55 AllocatorCache *allocator_cache() { return &allocator_cache_; } function in class:__hwasan::Thread
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_thread.h 56 AllocatorCache *allocator_cache() { return &allocator_cache_; } function in class:__hwasan::Thread

Completed in 22 milliseconds