Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc56 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() function
110 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) {
160 RawInternalFree(addr, cache); in InternalFree()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp76 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() function
130 static void RawInternalFree(void *ptr, InternalAllocatorCache *cache) { in RawInternalFree() function
211 RawInternalFree(p, cache); in InternalFree()