Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h47 return ShimRealloc(address, size, nullptr); in __wrap_realloc()
Dallocator_shim_override_libc_symbols.h28 return ShimRealloc(ptr, size, nullptr); in realloc()
Dallocator_shim.cc194 ALWAYS_INLINE void* ShimRealloc(void* address, size_t size, void* context) { in ShimRealloc() function