OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:internal_alloc_cache
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_mman.cc
123
internal_allocator()->InitCache(&proc->
internal_alloc_cache
);
128
internal_allocator()->DestroyCache(&proc->
internal_alloc_cache
);
248
return InternalAlloc(sz, &thr->proc()->
internal_alloc_cache
);
257
InternalFree(p, &thr->proc()->
internal_alloc_cache
);
300
internal_allocator()->SwallowCache(&thr->proc()->
internal_alloc_cache
);
tsan_rtl.h
340
InternalAllocatorCache
internal_alloc_cache
;
member in struct:__tsan::Processor
Completed in 336 milliseconds