Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.cc71 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
120 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
168 void *p = RawInternalRealloc(addr, size, cache); in InternalRealloc()