Searched refs:aligned_alloc (Results 1 – 14 of 14) sorted by relevance
| /NextBSD/lib/libc/stdlib/jemalloc/ |
| HD | Symbol.map | 19 aligned_alloc;
|
| HD | Makefile.inc | 30 jemalloc.3 aligned_alloc.3 \
|
| /NextBSD/contrib/jemalloc/include/jemalloc/internal/ |
| HD | public_namespace.h | 6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
|
| /NextBSD/contrib/jemalloc/include/jemalloc/ |
| HD | jemalloc.h | 56 # define je_aligned_alloc aligned_alloc 320 # define aligned_alloc je_aligned_alloc macro
|
| HD | jemalloc_FreeBSD.h | 129 __weak_reference(__aligned_alloc, aligned_alloc);
|
| /NextBSD/contrib/libc++/include/ |
| D | cstdlib | 79 void *aligned_alloc(size_t alignment, size_t size); // C11 162 using ::aligned_alloc;
|
| /NextBSD/contrib/compiler-rt/lib/asan/ |
| HD | asan_malloc_linux.cc | 70 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
|
| /NextBSD/include/ |
| HD | stdlib.h | 159 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
|
| /NextBSD/contrib/compiler-rt/lib/lsan/ |
| HD | lsan_interceptors.cc | 93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
|
| /NextBSD/contrib/jemalloc/ |
| HD | FREEBSD-diffs | 40 + <para>The <function>aligned_alloc<parameter/></function>, 259 +__weak_reference(__aligned_alloc, aligned_alloc);
|
| HD | ChangeLog | 327 aligned_alloc(). 495 - Implement aligned_alloc() (blame C11).
|
| /NextBSD/contrib/compiler-rt/lib/msan/ |
| HD | msan_interceptors.cc | 187 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
|
| /NextBSD/contrib/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_interceptors.cc | 736 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
|
| /NextBSD/contrib/compiler-rt/lib/dfsan/ |
| HD | libc_ubuntu1404_abilist.txt | 1333 fun:aligned_alloc=uninstrumented
|