Searched refs:internal_allocator_cache (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp91 static InternalAllocatorCache internal_allocator_cache; member in namespace:__sanitizer
113 return internal_allocator()->Allocate(&internal_allocator_cache, size,
124 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr,
133 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr);

Completed in 159 milliseconds