Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp32 static InternalAllocatorCache internal_allocator_cache; variable
54 return internal_allocator()->Allocate(&internal_allocator_cache, size, in RawInternalAlloc()
65 return internal_allocator()->Reallocate(&internal_allocator_cache, ptr, in RawInternalRealloc()
74 return internal_allocator()->Deallocate(&internal_allocator_cache, ptr); in RawInternalFree()