Home
last modified time | relevance | path

Searched refs:RawInternalRealloc (Results 1 – 2 of 2) 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()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.cpp70 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
119 static void *RawInternalRealloc(void *ptr, uptr size, in RawInternalRealloc() function
174 p = (BlockHeader *)RawInternalRealloc(p, s, cache); in InternalRealloc()