Searched refs:RawInternalRealloc (Results 1 – 2 of 2) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_allocator.cc | 50 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/ |
D | sanitizer_allocator.cpp | 70 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()
|