Searched refs:nextPowerOfTwo (Results 1 – 1 of 1) sorted by relevance
84 static int nextPowerOfTwo(int num) in nextPowerOfTwo() function151 if ((bitsWanted % 8) != 0) bitsWanted = nextPowerOfTwo(bitsWanted); in allocate()