Home
last modified time | relevance | path

Searched defs:aligned_alloc (Results 1 – 9 of 9) sorted by relevance

/llvm-project/libc/src/__support/CPP/
H A Dnew.h47 LIBC_INLINE static void *aligned_alloc(size_t s, std::align_val_t align, aligned_alloc() function
/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp100 INTERCEPTOR(void *,aligned_alloc,uptr boundary,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp109 INTERCEPTOR(void *,aligned_alloc,uptr boundary,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp47 INTERCEPTOR(void *,aligned_alloc,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/nsan/
H A Dnsan_interceptors.cpp178 INTERCEPTOR(void *,aligned_alloc,uptr align,uptr size) INTERCEPTOR() argument
/llvm-project/llvm/lib/Support/rpmalloc/
H A Dmalloc.c99 extern inline void *RPMALLOC_CDECL aligned_alloc(size_t alignment, in aligned_alloc() function
/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp146 INTERCEPTOR(void *,aligned_alloc,uptr alignment,uptr size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp180 INTERCEPTOR(void *,aligned_alloc,SIZE_T alignment,SIZE_T size) INTERCEPTOR() argument
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp820 TSAN_INTERCEPTOR(void *,aligned_alloc,uptr align,uptr sz) TSAN_INTERCEPTOR() argument