Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp60 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
94 void *p = RawInternalRealloc(addr, size, cache); in InternalRealloc()