Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h59 # define je_aligned_alloc aligned_alloc macro
225 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
363 # define aligned_alloc je_aligned_alloc
394 # undef je_aligned_alloc
H A Djemalloc_FreeBSD.h98 #undef je_aligned_alloc
121 #define je_aligned_alloc __aligned_alloc macro
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) macro
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs248 +#undef je_aligned_alloc
271 +#define je_aligned_alloc __aligned_alloc
/freebsd-12.1/contrib/jemalloc/src/
H A Djemalloc.c2085 je_aligned_alloc(size_t alignment, size_t size) { in JEMALLOC_ATTR()