Home
last modified time | relevance | path

Searched refs:aligned_alloc (Results 1 – 14 of 14) sorted by relevance

/third_party/ulib/jemalloc/test/integration/
A Daligned_alloc.c24 p = aligned_alloc(alignment, 1); in TEST_BEGIN()
31 p = aligned_alloc(alignment + 1, 1); in TEST_BEGIN()
52 p = aligned_alloc(alignment, size); in TEST_BEGIN()
65 p = aligned_alloc(alignment, size); in TEST_BEGIN()
77 p = aligned_alloc(alignment, size); in TEST_BEGIN()
102 ps[i] = aligned_alloc(alignment, size); in TEST_BEGIN()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_symbols.txt6 aligned_alloc:aligned_alloc
A Dpublic_namespace.h6 #define je_aligned_alloc JEMALLOC_N(aligned_alloc)
/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_rename.h12 # define je_aligned_alloc aligned_alloc
A Djemalloc_mangle.h17 # define aligned_alloc je_aligned_alloc macro
A Djemalloc_mangle_jet.h17 # define aligned_alloc jet_aligned_alloc macro
A Djemalloc.h66 # define je_aligned_alloc aligned_alloc
360 # define aligned_alloc je_aligned_alloc macro
A Djemalloc_protos.h.in19 void JEMALLOC_NOTHROW *@je_@aligned_alloc(size_t alignment,
/third_party/ulib/musl/include/
A Dstdlib.h36 void* aligned_alloc(size_t alignment, size_t size);
/third_party/ulib/jemalloc/test/unit/
A Ddecay.c79 p = aligned_alloc(sizeof(size_t), large0); in TEST_BEGIN()
/third_party/ulib/jemalloc/
A DMakefile.in204 TESTS_INTEGRATION := $(srcroot)test/integration/aligned_alloc.c \
A DChangeLog535 aligned_alloc().
703 - Implement aligned_alloc() (blame C11).
A Dconfigure.ac699 public_syms="malloc_conf malloc_message malloc calloc posix_memalign aligned_alloc realloc free mal…
/third_party/ulib/musl/
A DWHATSNEW827 - invalid read in mmap-serviced aligned_alloc/memalign (possible crash)

Completed in 22 milliseconds