OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quarantine_cache
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator.h
100
uptr
quarantine_cache
[16];
member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator2.cc
262
CHECK_LE(sizeof(QuarantineCache), sizeof(ms->
quarantine_cache
));
263
return reinterpret_cast<QuarantineCache *>(ms->
quarantine_cache
);
Completed in 1318 milliseconds