Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc92 static InternalAllocatorCache internal_allocator_cache; variable
114 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc()
125 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc()
134 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()