Home
last modified time | relevance | path

Searched refs:scudoPosixMemalign (Results 1 – 6 of 6) 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
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp45 return scudoPosixMemalign(memptr, alignment, size); in posix_memalign()
Dscudo_allocator.h119 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
Dscudo_allocator.cpp743 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { in scudoPosixMemalign() function