Home | History | Annotate | Download | only in stdlib

Lines Matching full:power

250   power of two and at least 8, even on machines for which smaller
423 page and must be a power of two. Setting to 0 causes initialization
767 The alignment argument should be a power of two. If the argument is
768 not a power of two, the nearest greater power is used.
798 M_GRANULARITY -2 page size any power of 2 >= page size
1818 Each tree contains a power of 2 sized range of chunk sizes (the
1971 sizes. There are 2 equally spaced treebins for each power of two
3858 if ((alignment & (alignment-SIZE_T_ONE)) != 0) {/* Ensure a power of 2 */