Home
last modified time | relevance | path

Searched refs:scudoAlignedAlloc (Results 1 – 6 of 6) 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
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_malloc.cpp69 return scudoAlignedAlloc(alignment, size); in aligned_alloc()
Dscudo_allocator.h120 void *scudoAlignedAlloc(uptr Alignment, uptr Size);
Dscudo_allocator.cpp756 void *scudoAlignedAlloc(uptr Alignment, uptr Size) { in scudoAlignedAlloc() function