Searched defs:MAX_ALIGN (Results 1 - 3 of 3) sorted by relevance

/external/libunwind/src/mi/
H A Dmempool.c33 # define MAX_ALIGN __BIGGEST_ALIGNMENT__ macro
35 /* Crude hack to check that MAX_ALIGN is power-of-two.
39 # define MAX_ALIGN MAX_ALIGN_(sizeof (long double)) macro
42 static char sos_memory[SOS_MEMORY_SIZE] ALIGNED(MAX_ALIGN);
51 size = UNW_ALIGN(size, MAX_ALIGN);
55 assert(((uintptr_t) &sos_memory[0] & (MAX_ALIGN-1)) == 0);
67 unsigned align = UNW_ALIGN((uintptr_t) &sos_memory[0], MAX_ALIGN)
77 assert (((uintptr_t) &sos_memory[pos] & (MAX_ALIGN-1)) == 0);
136 /* round object-size up to integer multiple of MAX_ALIGN */
137 obj_size = UNW_ALIGN(obj_size, MAX_ALIGN);
[all...]
/external/jemalloc/test/integration/
H A Drallocx.c116 #define MAX_ALIGN (ZU(1) << 25) macro
122 for (align <<= 1; align <= MAX_ALIGN; align <<= 1) {
133 #undef MAX_ALIGN macro
/external/valgrind/main/perf/
H A Dtinycc.c5620 #define MAX_ALIGN 8
12056 n = MAX_ALIGN;
5618 #define MAX_ALIGN macro

Completed in 575 milliseconds