Home
last modified time | relevance | path

Searched refs:eCountsSize (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()
166 eCountsSize = (size_t)_nChannels * sizeof(int); in initWith()
167 _enableCounts = (int *)IOMallocZeroData(eCountsSize); in initWith()