Home
last modified time | relevance | path

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

/NextBSD/contrib/jemalloc/include/jemalloc/
HDjemalloc.h56 # define je_aligned_alloc aligned_alloc macro
197 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
320 # define aligned_alloc je_aligned_alloc
351 # undef je_aligned_alloc
HDjemalloc_FreeBSD.h81 #undef je_aligned_alloc
99 #define je_aligned_alloc __aligned_alloc macro
/NextBSD/contrib/jemalloc/include/jemalloc/internal/
HDpublic_namespace.h6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) macro
/NextBSD/contrib/jemalloc/
HDFREEBSD-diffs211 +#undef je_aligned_alloc
229 +#define je_aligned_alloc __aligned_alloc
/NextBSD/contrib/jemalloc/src/
HDjemalloc.c1568 je_aligned_alloc(size_t alignment, size_t size) in JEMALLOC_ATTR()