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
78
internal_allocator()->InitCache(&thr->
internal_alloc_cache
);
83
internal_allocator()->DestroyCache(&thr->
internal_alloc_cache
);
204
return InternalAlloc(sz, &thr->
internal_alloc_cache
);
214
InternalFree(p, &thr->
internal_alloc_cache
);
267
internal_allocator()->SwallowCache(&thr->
internal_alloc_cache
);
tsan_rtl.h
429
InternalAllocatorCache
internal_alloc_cache
;
member in struct:__tsan::ThreadState
Completed in 126 milliseconds