Home
last modified time | relevance | path

Searched refs:configSize (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/iokit/Kernel/
H A DIOHistogramReporter.cpp83 size_t configSize, elementsSize, eCountsSize, boundsSize; in initWith() local
88 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()