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

/xnu-2782.1.97/iokit/Kernel/
H A DIOHistogramReporter.cpp81 size_t configSize, elementsSize, eCountsSize, boundsSize; local
86 configSize = elementsSize = eCountsSize = boundsSize = 0;
119 configSize = (size_t)_segmentCount * sizeof(IOHistogramSegmentConfig);
120 _histogramSegmentsConfig = (IOHistogramSegmentConfig*)IOMalloc(configSize);
122 memcpy(_histogramSegmentsConfig, config, configSize);
251 IOFree(_histogramSegmentsConfig, configSize);

Completed in 14 milliseconds