Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h29 return ShimMalloc(size, nullptr); in __wrap_malloc()
Dallocator_shim_override_libc_symbols.h20 return ShimMalloc(size, nullptr); in malloc()
Dallocator_shim.cc173 ALWAYS_INLINE void* ShimMalloc(size_t size, void* context) { in ShimMalloc() function