Home
last modified time | relevance | path

Searched defs:InternalFree (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc154 void InternalFree(void *addr, InternalAllocatorCache *cache) { in InternalFree() function
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dmalloc_debug.cpp608 static TimedResult InternalFree(void* pointer) { in InternalFree() function