Searched refs:boundsSize (Results 1 – 1 of 1) sorted by relevance
83 size_t configSize, elementsSize, eCountsSize, boundsSize; in initWith() local88 configSize = elementsSize = eCountsSize = boundsSize = 0; in initWith()201 boundsSize = (size_t)_nElements * sizeof(uint64_t); in initWith()202 _bucketBounds = (int64_t*)IOMallocZeroData(boundsSize); in initWith()