Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cc50 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
99 static void *RawInternalRealloc(void *ptr, uptr size,
140 void *p = RawInternalRealloc(addr, size, cache); in InternalRealloc()