Home
last modified time | relevance | path

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

/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h39 return ShimPosixMemalign(res, align, size); in __wrap_posix_memalign()
Dallocator_shim_override_libc_symbols.h52 return ShimPosixMemalign(r, a, s); in posix_memalign()
Dallocator_shim.cc217 ALWAYS_INLINE int ShimPosixMemalign(void** res, size_t alignment, size_t size) { in ShimPosixMemalign() function