HomeSort by relevance Sort by last modified time
    Searched refs:scudoPosixMemalign (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/lib/scudo/
scudo_allocator.h 57 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size);
scudo_interceptors.cpp 64 return scudoPosixMemalign(memptr, alignment, size);
scudo_allocator.cpp 582 int scudoPosixMemalign(void **MemPtr, uptr Alignment, uptr Size) {

Completed in 195 milliseconds