Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h21 return ShimCalloc(n, size, nullptr); in __wrap_calloc()
Dallocator_shim_override_libc_symbols.h32 return ShimCalloc(n, size, nullptr); in calloc()
Dallocator_shim.cc183 ALWAYS_INLINE void* ShimCalloc(size_t n, size_t size, void* context) { in ShimCalloc() function