Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.h100 int memprof_posix_memalign(void **memptr, uptr alignment, uptr size,
H A Dmemprof_malloc_linux.cpp132 return memprof_posix_memalign(memptr, alignment, size, &stack); in INTERCEPTOR()
H A Dmemprof_allocator.cpp674 int memprof_posix_memalign(void **memptr, uptr alignment, uptr size, in memprof_posix_memalign() function