Searched refs:ShimRealloc (Results 1 – 3 of 3) sorted by relevance
47 return ShimRealloc(address, size, nullptr); in __wrap_realloc()
28 return ShimRealloc(ptr, size, nullptr); in realloc()
194 ALWAYS_INLINE void* ShimRealloc(void* address, size_t size, void* context) { in ShimRealloc() function