Home
last modified time | relevance | path

Searched refs:InitCache (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h55 InitCache(c); in Deallocate()
87 void InitCache(PerClass *c) { in InitCache() function
101 InitCache(c); in Refill()
180 InitCache(c); in Deallocate()
216 void InitCache(PerClass *c) { in InitCache() function
243 InitCache(c); in Refill()
H A Dsanitizer_allocator_combined.h155 void InitCache(AllocatorCache *cache) { in InitCache() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h60 InitCache(c); in Deallocate()
92 void InitCache(PerClass *c) { in InitCache() function
106 InitCache(c); in Refill()
179 InitCache(c); in Deallocate()
215 void InitCache(PerClass *c) { in InitCache() function
242 InitCache(c); in Refill()
H A Dsanitizer_allocator_combined.h150 void InitCache(AllocatorCache *cache) { in InitCache() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h62 InitCache(c); in Deallocate()
94 void InitCache(PerClass *c) { in InitCache() function
108 InitCache(c); in Refill()
181 InitCache(c); in Deallocate()
217 void InitCache(PerClass *c) { in InitCache() function
244 InitCache(c); in Refill()
H A Dsanitizer_allocator_combined.h161 void InitCache(AllocatorCache *cache) { in InitCache() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/
H A Dtsan_dense_alloc_test.cc32 alloc.InitCache(&cache); in TEST()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_mman.cpp130 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
131 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h98 void InitCache(Cache *c) { in InitCache() function
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_mman.cc127 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
128 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h90 void InitCache(Cache *c) { in InitCache() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_mman.cc125 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart()
126 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
H A Dtsan_dense_alloc.h88 void InitCache(Cache *c) { in InitCache() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Doleidl.d256 HRESULT InitCache(LPDATAOBJECT);
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cc635 a->InitCache(&cache); in TestCombinedAllocator()