Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h51 return ShimValloc(size, nullptr); in __wrap_valloc()
Dallocator_shim_override_libc_symbols.h44 return ShimValloc(size, nullptr); in valloc()
Dallocator_shim.cc229 ALWAYS_INLINE void* ShimValloc(size_t size, void* context) { in ShimValloc() function