Searched refs:MAXALIGN (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/integration/
H A Dsdallocx.c3 #define MAXALIGN (((size_t)1) << 22) macro
23 alignment <= MAXALIGN;
35 if (total >= (MAXALIGN << 1))
H A Dposix_memalign.c3 #define MAXALIGN (((size_t)1) << 23) macro
28 for (alignment = sizeof(size_t); alignment < MAXALIGN;
88 alignment <= MAXALIGN;
107 if (total >= (MAXALIGN << 1))
H A Daligned_alloc.c3 #define MAXALIGN (((size_t)1) << 23) macro
28 for (alignment = sizeof(size_t); alignment < MAXALIGN;
95 alignment <= MAXALIGN;
113 if (total >= (MAXALIGN << 1))
H A Dmallocx.c165 #define MAXALIGN (((size_t)1) << 23) macro
175 alignment <= MAXALIGN;
205 if (total >= (MAXALIGN << 1))
217 #undef MAXALIGN macro

Completed in 29 milliseconds