Home | History | Annotate | Download | only in src

Lines Matching full:power

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