Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp51 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
71 InternalAllocatorCache *cache) { in RawInternalRealloc()
76 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
91 static InternalAllocatorCache internal_allocator_cache;
108 static void *RawInternalAlloc(uptr size, InternalAllocatorCache *cache, in RawInternalAlloc()
120 InternalAllocatorCache *cache) { in RawInternalRealloc()
130 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree()
154 void *InternalRealloc(void *addr, uptr size, InternalAllocatorCache *cache) { in InternalRealloc()
162 InternalAllocatorCache *cache) { in InternalReallocArray()
173 void *InternalCalloc(uptr count, uptr size, InternalAllocatorCache *cache) { in InternalCalloc()
[all …]
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);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h343 InternalAllocatorCache internal_alloc_cache;