Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_interceptors.cpp48 return scudoMemalign(alignment, size); in INTERCEPTOR()
52 return scudoMemalign(alignment, size); in INTERCEPTOR()
Dscudo_allocator.h54 void *scudoMemalign(uptr Alignment, uptr Size);
Dscudo_allocator.cpp568 void *scudoMemalign(uptr Alignment, uptr Size) { in scudoMemalign() function