OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator2_cache
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator.h
116
uptr
allocator2_cache
[96 * (512 * 8 + 16)]; // Opaque.
member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator2.cc
85
CHECK_LE(sizeof(AllocatorCache), sizeof(ms->
allocator2_cache
));
86
return reinterpret_cast<AllocatorCache *>(ms->
allocator2_cache
);
Completed in 183 milliseconds