Searched refs:xallocx (Results 1 - 10 of 10) sorted by relevance

/external/jemalloc/test/integration/
H A Dxallocx.c12 tsz = xallocx(p, sz, 0, 0);
28 tsz = xallocx(p, sz, sz-42, 0);
44 tsz = xallocx(p, sz + 5, 0, 0);
H A Dchunk.c67 * xallocx() from size=huge2 to size=huge1 is guaranteed to
73 assert_zu_eq(xallocx(p, huge1, 0, 0), huge1,
74 "Unexpected xallocx() failure");
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h11 #define je_xallocx JEMALLOC_N(xallocx)
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.h22 # define xallocx je_xallocx macro
H A Djemalloc_mangle_jet.h22 # define xallocx jet_xallocx macro
H A Djemalloc_protos.h.in23 JEMALLOC_EXPORT size_t @je_@xallocx(void *ptr, size_t size, size_t extra,
H A Djemalloc.h201 # define xallocx je_xallocx macro
/external/jemalloc/test/unit/
H A Dzero.c36 if (xallocx(s, sz+1, 0, 0) == sz) {
H A Djunk.c108 if (xallocx(s, sz+1, 0, 0) == sz) {
/external/jemalloc/
H A DAndroid.mk258 test/integration/xallocx.c \

Completed in 166 milliseconds