HomeSort by: relevance | last modified time | path
    Searched refs:InitCache (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 32 alloc.InitCache(&cache);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_local_cache.h 62 InitCache(c);
94 void InitCache(PerClass *c) {
108 InitCache(c);
181 InitCache(c);
217 void InitCache(PerClass *c) {
244 InitCache(c);
sanitizer_allocator_combined.h 161 void InitCache(AllocatorCache *cache) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_dense_alloc.h 90 void InitCache(Cache *c) {
tsan_mman.cc 127 allocator()->InitCache(&proc->alloc_cache);
128 internal_allocator()->InitCache(&proc->internal_alloc_cache);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_allocator_test.cc 635 a->InitCache(&cache);

Completed in 27 milliseconds