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
115
uptr
quarantine_cache
[16];
member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator2.cc
252
CHECK_LE(sizeof(QuarantineCache), sizeof(ms->
quarantine_cache
));
253
return reinterpret_cast<QuarantineCache *>(ms->
quarantine_cache
);
Completed in 20 milliseconds