Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp47 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
197 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
Ddone_abilist.txt65 fun:aligned_alloc=discard
Dlibc_ubuntu1404_abilist.txt1333 fun:aligned_alloc=uninstrumented
/openbsd/src/regress/lib/libc/atexit/
Datexit_test.c48 void *aligned_alloc(size_t, size_t);
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdlib78 void *aligned_alloc(size_t alignment, size_t size); // C11
148 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
Dnew346 // aligned_alloc() requires that __size is a multiple of __alignment,
355 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size);
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/src/lib/libc/hidden/
Dstdlib.h61 PROTO_NORMAL(aligned_alloc);
/openbsd/src/gnu/llvm/compiler-rt/lib/lsan/
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/src/gnu/llvm/compiler-rt/lib/hwasan/
Dhwasan_allocation_functions.cpp155 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
/openbsd/src/include/
Dstdlib.h227 aligned_alloc(size_t, size_t);
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dwrappers_c_test.cpp149 void *P = aligned_alloc(Alignment, Alignment * 4U); in TEST()
156 P = aligned_alloc(Alignment, Size); in TEST()
/openbsd/src/gnu/llvm/compiler-rt/lib/asan/
Dasan_malloc_linux.cpp112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
Dglobal_symbols.txt52 aligned_alloc U
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
Dwrappers_c.inc218 INTERFACE WEAK void *SCUDO_PREFIX(aligned_alloc)(size_t alignment,
/openbsd/src/gnu/llvm/llvm/include/llvm/IR/
DAttributes.td51 /// aligned_alloc and aligned ::operator::new.
/openbsd/src/lib/libc/
DSymbols.list1509 aligned_alloc
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
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/src/lib/libc/stdlib/
Dmalloc.c2343 aligned_alloc(size_t alignment, size_t size) in aligned_alloc() function
2366 DEF_STRONG(aligned_alloc);
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
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/src/gnu/llvm/compiler-rt/lib/msan/
Dmsan_interceptors.cpp178 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
DCSymbolMap.inc217 SYMBOL(aligned_alloc, None, <stdlib.h>)
DStdSymbolMap.inc68 SYMBOL(aligned_alloc, std::, <cstdlib>)
/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DBuiltins.def1031 LIBBUILTIN(aligned_alloc, "v*zz", "f", STDLIB_H, ALL_LANGUAGES)