Home
last modified time | relevance | path

Searched refs:InternalAllocatorCache (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_internal.h40 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 Dsanitizer_allocator.cpp32 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()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cpp173 static InternalAllocatorCache cache; in ResetClocks()
H A Dtsan_rtl.h116 InternalAllocatorCache internal_alloc_cache;
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl.h115 InternalAllocatorCache internal_alloc_cache;