Home
last modified time | relevance | path

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

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h62 # define je_aligned_alloc aligned_alloc macro
236 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
374 # define aligned_alloc je_aligned_alloc
406 # undef je_aligned_alloc
H A Djemalloc_FreeBSD.h108 #undef je_aligned_alloc
130 #define je_aligned_alloc __aligned_alloc macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) macro
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs263 +#undef je_aligned_alloc
286 +#define je_aligned_alloc __aligned_alloc
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c2437 je_aligned_alloc(size_t alignment, size_t size) { in JEMALLOC_ATTR()