Home
last modified time | relevance | path

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

/external/compiler-rt/lib/scudo/
Dscudo_allocator.h58 void *scudoAlignedAlloc(uptr Alignment, uptr Size);
Dscudo_interceptors.cpp60 return scudoAlignedAlloc(alignment, size); in INTERCEPTOR()
Dscudo_allocator.cpp587 void *scudoAlignedAlloc(uptr Alignment, uptr Size) { in scudoAlignedAlloc() function