Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h98 void *memprof_aligned_alloc(uptr alignment, uptr size,
H A Dmemprof_malloc_linux.cpp102 return memprof_aligned_alloc(boundary, size, &stack); in INTERCEPTOR()
H A Dmemprof_allocator.cpp663 void *memprof_aligned_alloc(uptr alignment, uptr size, in memprof_aligned_alloc() function