OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quarantine_
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_allocator.h
103
:
quarantine_
(x)
112
AsanChunkFifoList
quarantine_
;
member in struct:__asan::AsanThreadLocalMallocStorage
asan_allocator.cc
251
AsanChunkFifoList *q = &x->
quarantine_
;
253
quarantine_
.PushList(q);
254
while (
quarantine_
.size() > (uptr)flags()->quarantine_size) {
275
quarantine_
.Push(chunk);
312
quarantine_
.size() >> 20, malloced >> 20);
414
CHECK(
quarantine_
.size() > 0);
415
AsanChunk *m =
quarantine_
.Pop();
483
AsanChunkFifoList
quarantine_
;
639
ms->
quarantine_
.Push(m);
641
if (ms->
quarantine_
.size() > kMaxThreadLocalQuarantine)
[
all
...]
Completed in 59 milliseconds