Searched refs:scudoPosixMemalign (Results 1 - 3 of 3) sorted by relevance

/external/compiler-rt/lib/scudo/
H A Dscudo_allocator.h57 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
H A Dscudo_interceptors.cpp64 return scudoPosixMemalign(memptr, alignment, size);
H A Dscudo_allocator.cpp582 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { function

Completed in 92 milliseconds