Home
last modified time | relevance | path

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

/netbsd/external/bsd/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h12 # define aligned_alloc je_aligned_alloc
43 # undef je_aligned_alloc
H A Djemalloc.h65 # define je_aligned_alloc aligned_alloc macro
263 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
401 # define aligned_alloc je_aligned_alloc
432 # undef je_aligned_alloc
H A Djemalloc_rename.h7 # define je_aligned_alloc aligned_alloc macro
H A Djemalloc_protos.h19 void JEMALLOC_NOTHROW *je_aligned_alloc(size_t alignment,
/netbsd/external/bsd/jemalloc/include/jemalloc/internal/
H A Dpublic_unnamespace.h1 #undef je_aligned_alloc
H A Dpublic_namespace.h1 #define je_aligned_alloc JEMALLOC_N(aligned_alloc) macro
/netbsd/external/bsd/jemalloc/dist/src/
H A Djemalloc.c2113 je_aligned_alloc(size_t alignment, size_t size) { in JEMALLOC_ATTR()