Home
last modified time | relevance | path

Searched refs:MAX_ALIGN (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/src/mi/
Dmempool.c33 # define MAX_ALIGN __BIGGEST_ALIGNMENT__ macro
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); in sos_alloc()
55 assert(((uintptr_t) &sos_memory[0] & (MAX_ALIGN-1)) == 0); in sos_alloc()
67 unsigned align = UNW_ALIGN((uintptr_t) &sos_memory[0], MAX_ALIGN) in sos_alloc()
77 assert (((uintptr_t) &sos_memory[pos] & (MAX_ALIGN-1)) == 0); in sos_alloc()
137 obj_size = UNW_ALIGN(obj_size, MAX_ALIGN); in mempool_init()
/external/jemalloc/test/unit/
Dhash.c146 #define MAX_ALIGN 16 in hash_variant_verify() macro
147 uint8_t key[KEY_SIZE + (MAX_ALIGN - 1)]; in hash_variant_verify()
150 for (i = 0; i < MAX_ALIGN; i++) in hash_variant_verify()
152 #undef MAX_ALIGN in hash_variant_verify()
/external/jemalloc/test/integration/
Drallocx.c163 #define MAX_ALIGN (ZU(1) << 25) in TEST_BEGIN() macro
169 for (align <<= 1; align <= MAX_ALIGN; align <<= 1) { in TEST_BEGIN()
180 #undef MAX_ALIGN in TEST_BEGIN()
/external/valgrind/perf/
Dtinycc.c5618 #define MAX_ALIGN 8 macro
12054 n = MAX_ALIGN; in parse_attribute()