Searched refs:memprof_aligned_alloc (Results 1 – 3 of 3) sorted by relevance
94 void *memprof_aligned_alloc(uptr alignment, uptr size,
102 return memprof_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
656 void *memprof_aligned_alloc(uptr alignment, uptr size, in memprof_aligned_alloc() function