Home
last modified time | relevance | path

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

/NextBSD/lib/libc/stdlib/jemalloc/
HDSymbol.map19 aligned_alloc;
HDMakefile.inc30 jemalloc.3 aligned_alloc.3 \
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDpublic_namespace.h6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/NextBSD/contrib/jemalloc/include/jemalloc/
HDjemalloc.h56 # define je_aligned_alloc aligned_alloc
320 # define aligned_alloc je_aligned_alloc macro
HDjemalloc_FreeBSD.h129 __weak_reference(__aligned_alloc, aligned_alloc);
/NextBSD/contrib/libc++/include/
Dcstdlib79 void *aligned_alloc(size_t alignment, size_t size); // C11
162 using ::aligned_alloc;
/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_malloc_linux.cc70 INTERCEPTOR(void*, aligned_alloc, uptr boundary, uptr size) { in INTERCEPTOR() argument
/NextBSD/include/
HDstdlib.h159 void * aligned_alloc(size_t, size_t) __malloc_like __alloc_align(1)
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_interceptors.cc93 INTERCEPTOR(void*, aligned_alloc, uptr alignment, uptr size) { in INTERCEPTOR() argument
/NextBSD/contrib/jemalloc/
HDFREEBSD-diffs40 + <para>The <function>aligned_alloc<parameter/></function>,
259 +__weak_reference(__aligned_alloc, aligned_alloc);
HDChangeLog327 aligned_alloc().
495 - Implement aligned_alloc() (blame C11).
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc187 INTERCEPTOR(void *, aligned_alloc, SIZE_T boundary, SIZE_T size) { in INTERCEPTOR() argument
/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_interceptors.cc736 TSAN_INTERCEPTOR(void*, aligned_alloc, uptr align, uptr sz) { in TSAN_INTERCEPTOR() argument
/NextBSD/contrib/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt1333 fun:aligned_alloc=uninstrumented