HomeSort by relevance Sort by last modified time
    Searched refs:allocator_cache (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/msan/
msan_allocator.h 24 ALIGNED(8) uptr allocator_cache[96 * (512 * 8 + 16)]; // Opaque. member in struct:__msan::MsanThreadLocalMallocStorage
msan_allocator.cc 82 CHECK_LE(sizeof(AllocatorCache), sizeof(ms->allocator_cache));
83 return reinterpret_cast<AllocatorCache *>(ms->allocator_cache);
  /external/compiler-rt/lib/asan/
asan_allocator.h 148 AllocatorCache allocator_cache; member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator.cc 199 return &ms->allocator_cache;

Completed in 56 milliseconds