Searched refs:scudoPosixMemalign (Results 1 – 6 of 6) sorted by relevance
/external/compiler-rt/lib/scudo/ |
D | scudo_allocator.h | 57 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
|
D | scudo_interceptors.cpp | 64 return scudoPosixMemalign(memptr, alignment, size); in INTERCEPTOR()
|
D | scudo_allocator.cpp | 582 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { in scudoPosixMemalign() function
|
/external/llvm-project/compiler-rt/lib/scudo/ |
D | scudo_malloc.cpp | 45 return scudoPosixMemalign(memptr, alignment, size); in posix_memalign()
|
D | scudo_allocator.h | 119 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
|
D | scudo_allocator.cpp | 743 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) { in scudoPosixMemalign() function
|