Searched refs:scudoPosixMemalign (Results 1 – 3 of 3) sorted by relevance
57 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
64 return scudoPosixMemalign(memptr, alignment, size); in INTERCEPTOR()
582 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { in scudoPosixMemalign() function