Searched refs:scudoAlignedAlloc (Results 1 – 3 of 3) sorted by relevance
58 void *scudoAlignedAlloc(uptr Alignment, uptr Size);
60 return scudoAlignedAlloc(alignment, size); in INTERCEPTOR()
587 void *scudoAlignedAlloc(uptr Alignment, uptr Size) { in scudoAlignedAlloc() function