Searched refs:objStepLog2 (Results 1 – 1 of 1) sorted by relevance
603 const unsigned int id = count >> objStepLog2; in enlargeCapacity()605 uint8_t *const mem = (uint8_t *)MALLOC(objSize << objStepLog2); in enlargeCapacity()621 objStepLog2(incr) in MemoryPool()630 unsigned int allocCount = (count + (1 << objStepLog2) - 1) >> objStepLog2; in ~MemoryPool()640 const unsigned int mask = (1 << objStepLog2) - 1; in allocate()652 ret = allocArray[count >> objStepLog2] + (count & mask) * objSize; in allocate()671 const unsigned int objStepLog2; variable