Home
last modified time | relevance | path

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

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