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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cpp70 static void *RawInternalRealloc(void *ptr, uptr size, function in namespace:__sanitizer
119 static void *RawInternalRealloc(void *ptr, uptr size, function in namespace:__sanitizer
167 void *p = RawInternalRealloc(addr, size, cache);

Completed in 100 milliseconds