Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 25 of 25) sorted by relevance

/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Ddfsan_interceptors.cpp47 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
197 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
H A Ddone_abilist.txt65 fun:aligned_alloc=discard
H A Dlibc_ubuntu1404_abilist.txt1333 fun:aligned_alloc=uninstrumented
/openbsd/regress/lib/libc/atexit/
H A Datexit_test.c48 void *aligned_alloc(size_t, size_t);
/openbsd/gnu/llvm/libcxx/include/
H A Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
148 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
H A Dnew346 // aligned_alloc() requires that __size is a multiple of __alignment,
355 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size);
H A D__config751 // It is not yet possible to use aligned_alloc() on all Apple platforms since
752 // 10.15 was the first version to ship an implementation of aligned_alloc().
759 // Android only provides aligned_alloc when targeting API 28 or higher.
/openbsd/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_malloc_linux.cpp100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/openbsd/lib/libc/hidden/
H A Dstdlib.h61 PROTO_NORMAL(aligned_alloc);
/openbsd/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan_interceptors.cpp146 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
151 #define LSAN_MAYBE_INTERCEPT_ALIGNED_ALLOC INTERCEPT_FUNCTION(aligned_alloc)
/openbsd/gnu/llvm/compiler-rt/lib/hwasan/
H A Dhwasan_allocation_functions.cpp155 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
/openbsd/include/
H A Dstdlib.h228 aligned_alloc(size_t, size_t);
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
H A Dwrappers_c_test.cpp149 void *P = aligned_alloc(Alignment, Alignment * 4U); in TEST()
156 P = aligned_alloc(Alignment, Size); in TEST()
/openbsd/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_malloc_linux.cpp112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt52 aligned_alloc U
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dwrappers_c.inc218 INTERFACE WEAK void *SCUDO_PREFIX(aligned_alloc)(size_t alignment,
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td51 /// aligned_alloc and aligned ::operator::new.
/openbsd/lib/libc/
H A DSymbols.list1501 aligned_alloc
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def792 /// void *aligned_alloc(size_t alignment, size_t size);
793 TLI_DEFINE_ENUM_INTERNAL(aligned_alloc)
794 TLI_DEFINE_STRING_INTERNAL("aligned_alloc")
/openbsd/lib/libc/stdlib/
H A Dmalloc.c2343 aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
2366 DEF_STRONG(aligned_alloc);
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp845 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
848 SCOPED_INTERCEPTOR_RAW(aligned_alloc, align, sz); in TSAN_INTERCEPTOR()
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp178 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc217 SYMBOL(aligned_alloc, None, <stdlib.h>)
H A DStdSymbolMap.inc68 SYMBOL(aligned_alloc, std::, <cstdlib>)
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1031 LIBBUILTIN(aligned_alloc, "v*zz", "f", STDLIB_H, ALL_LANGUAGES)