HomeSort by: relevance | last modified time | path
    Searched refs:fallback_allocator_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_allocator.cc 126 static AllocatorCache fallback_allocator_cache; variable in namespace:__msan
160 AllocatorCache *cache = &fallback_allocator_cache;
208 AllocatorCache *cache = &fallback_allocator_cache;
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_allocator.cc 247 AllocatorCache fallback_allocator_cache; member in struct:__asan::Allocator
456 AllocatorCache *cache = &fallback_allocator_cache;
604 AllocatorCache *ac = &fallback_allocator_cache;
770 QuarantineCallback(&fallback_allocator_cache,

Completed in 13 milliseconds