Searched refs:configSize (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()123 configSize = (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig); in initWith()124 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMallocData(configSize); in initWith()128 memcpy(_histogramSegmentsConfig, config, configSize); in initWith()