Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDggc-zone.c178 #define FREE_BIN_DELTA MAX_ALIGNMENT
184 #define BYTES_PER_ALLOC_BIT MAX_ALIGNMENT
221 #define MAX_ALIGNMENT (offsetof (struct max_alignment, u)) macro
1019 size = MAX_ALIGNMENT; in ggc_alloc_zone_stat()
1021 size = (size + MAX_ALIGNMENT - 1) & -MAX_ALIGNMENT; in ggc_alloc_zone_stat()
1484 gcc_assert (FREE_BIN_DELTA == MAX_ALIGNMENT); in init_ggc()
2215 alloc_size = ROUND_UP (alloc_size, MAX_ALIGNMENT); in ggc_pch_total_size()
2328 alloc_size = ROUND_UP (alloc_size, MAX_ALIGNMENT); in ggc_pch_read()
HDggc-page.c225 #define MAX_ALIGNMENT (offsetof (struct max_alignment, u)) macro
1515 s = ROUND_UP (s, MAX_ALIGNMENT); in init_ggc()
HDChangeLog-20063972 sizes to MAX_ALIGNMENT. Fix the size_lookup table to honour
4027 sizes to MAX_ALIGNMENT. Fix the size_lookup table to honour
HDChangeLog-200132596 (MAX_ALIGNMENT): New macro.