Home
last modified time | relevance | path

Searched refs:je_aligned_alloc (Results 1 – 6 of 6) sorted by relevance

/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/
H A Djemalloc.h68 # define je_aligned_alloc aligned_alloc macro
265 void JEMALLOC_SYS_NOTHROW *je_aligned_alloc(size_t alignment,
407 # define aligned_alloc je_aligned_alloc
440 # undef je_aligned_alloc
H A Djemalloc_FreeBSD.h114 #undef je_aligned_alloc
136 #define je_aligned_alloc __aligned_alloc macro
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) macro
/src/contrib/jemalloc/src/
H A Djemalloc_cpp.cpp138 void *ptr = je_aligned_alloc(static_cast<std::size_t>(alignment), size); in alignedNewImpl()
H A Djemalloc.c2795 je_aligned_alloc(size_t alignment, size_t size) { in JEMALLOC_ATTR()
/src/contrib/jemalloc/
H A DFREEBSD-diffs263 +#undef je_aligned_alloc
286 +#define je_aligned_alloc __aligned_alloc