Home
last modified time | relevance | path

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

/external/jemalloc_new/test/integration/
Dposix_memalign.c3 #define MAXALIGN (((size_t)1) << 23) macro
26 for (alignment = sizeof(size_t); alignment < MAXALIGN; in TEST_BEGIN()
85 alignment <= MAXALIGN; in TEST_BEGIN()
104 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
Daligned_alloc.c3 #define MAXALIGN (((size_t)1) << 23) macro
26 for (alignment = sizeof(size_t); alignment < MAXALIGN; in TEST_BEGIN()
92 alignment <= MAXALIGN; in TEST_BEGIN()
110 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
Dsdallocx.c3 #define MAXALIGN (((size_t)1) << 22) macro
22 alignment <= MAXALIGN; in TEST_BEGIN()
34 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
Dmallocx.c162 #define MAXALIGN (((size_t)1) << 23) in TEST_BEGIN() macro
173 alignment <= MAXALIGN; in TEST_BEGIN()
203 if (total >= (MAXALIGN << 1)) { in TEST_BEGIN()
216 #undef MAXALIGN in TEST_BEGIN()
/external/lua/src/
Dlstrlib.c1358 #define MAXALIGN (offsetof(struct cD, u)) macro
1474 case '!': h->maxalign = getnumlimit(h, fmt, MAXALIGN); break; in getoption()