/openbsd/gnu/llvm/compiler-rt/lib/dfsan/ |
H A D | dfsan_interceptors.cpp | 47 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument 197 INTERCEPT_FUNCTION(aligned_alloc); in initialize_interceptors()
|
H A D | done_abilist.txt | 65 fun:aligned_alloc=discard
|
H A D | libc_ubuntu1404_abilist.txt | 1333 fun:aligned_alloc=uninstrumented
|
/openbsd/regress/lib/libc/atexit/ |
H A D | atexit_test.c | 48 void *aligned_alloc(size_t, size_t);
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | cstdlib | 78 void *aligned_alloc(size_t alignment, size_t size); // C11 148 using ::aligned_alloc _LIBCPP_USING_IF_EXISTS;
|
H A D | new | 346 // aligned_alloc() requires that __size is a multiple of __alignment, 355 return ::aligned_alloc(__alignment, __size > __rounded_size ? __size : __rounded_size);
|
H A D | __config | 751 // 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 D | memprof_malloc_linux.cpp | 100 INTERCEPTOR(void *, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/openbsd/lib/libc/hidden/ |
H A D | stdlib.h | 61 PROTO_NORMAL(aligned_alloc);
|
/openbsd/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 146 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 D | hwasan_allocation_functions.cpp | 155 INTERCEPTOR_ALIAS(void *, aligned_alloc, SIZE_T alignment, SIZE_T size);
|
/openbsd/include/ |
H A D | stdlib.h | 227 aligned_alloc(size_t, size_t);
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/ |
H A D | wrappers_c_test.cpp | 149 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 D | asan_malloc_linux.cpp | 112 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 52 aligned_alloc U
|
/openbsd/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | wrappers_c.inc | 218 INTERFACE WEAK void *SCUDO_PREFIX(aligned_alloc)(size_t alignment,
|
/openbsd/gnu/llvm/llvm/include/llvm/IR/ |
H A D | Attributes.td | 51 /// aligned_alloc and aligned ::operator::new.
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 1509 aligned_alloc
|
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 792 /// 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 D | malloc.c | 2343 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 D | tsan_interceptors_posix.cpp | 845 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 D | msan_interceptors.cpp | 178 INTERCEPTOR(void *, aligned_alloc, SIZE_T alignment, SIZE_T size) { in INTERCEPTOR() argument
|
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | CSymbolMap.inc | 217 SYMBOL(aligned_alloc, None, <stdlib.h>)
|
H A D | StdSymbolMap.inc | 68 SYMBOL(aligned_alloc, std::, <cstdlib>)
|
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | Builtins.def | 1031 LIBBUILTIN(aligned_alloc, "v*zz", "f", STDLIB_H, ALL_LANGUAGES)
|