/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 55 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 D | sanitizer_allocator_combined.h | 155 void InitCache(AllocatorCache *cache) { in InitCache() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 60 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 D | sanitizer_allocator_combined.h | 150 void InitCache(AllocatorCache *cache) { in InitCache() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 62 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 D | sanitizer_allocator_combined.h | 161 void InitCache(AllocatorCache *cache) { in InitCache() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/unit/ |
H A D | tsan_dense_alloc_test.cc | 32 alloc.InitCache(&cache); in TEST()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_mman.cpp | 130 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 131 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
|
H A D | tsan_dense_alloc.h | 98 void InitCache(Cache *c) { in InitCache() function
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_mman.cc | 127 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 128 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
|
H A D | tsan_dense_alloc.h | 90 void InitCache(Cache *c) { in InitCache() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_mman.cc | 125 allocator()->InitCache(&proc->alloc_cache); in AllocatorProcStart() 126 internal_allocator()->InitCache(&proc->internal_alloc_cache); in AllocatorProcStart()
|
H A D | tsan_dense_alloc.h | 88 void InitCache(Cache *c) { in InitCache() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | oleidl.d | 256 HRESULT InitCache(LPDATAOBJECT);
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_allocator_test.cc | 635 a->InitCache(&cache); in TestCombinedAllocator()
|