Searched refs:InternalAllocatorCache (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator_internal.h | 40 typedef InternalAllocator::AllocatorCache InternalAllocatorCache; typedef 42 void *InternalAlloc(uptr size, InternalAllocatorCache *cache = nullptr, 45 InternalAllocatorCache *cache = nullptr); 47 InternalAllocatorCache *cache = nullptr); 49 InternalAllocatorCache *cache = nullptr); 50 void InternalFree(void *p, InternalAllocatorCache *cache = nullptr);
|
| H A D | sanitizer_allocator.cpp | 32 static InternalAllocatorCache internal_allocator_cache; 49 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc() 61 InternalAllocatorCache *cache) { in RawInternalRealloc() 71 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() 86 void *InternalAlloc(uptr size, InternalAllocatorCache *cache, uptr alignment) { in InternalAlloc() 93 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc() 101 InternalAllocatorCache *cache) { in InternalReallocArray() 112 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc() 125 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_sync.cpp | 173 static InternalAllocatorCache cache; in ResetClocks()
|
| H A D | tsan_rtl.h | 120 InternalAllocatorCache internal_alloc_cache;
|