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

/macosx-10.10.1/PowerManagement-494.1.2/pmconfigd/
H A DPMAssertionLog.c651 CFMutableDataRef reportBufs; /* IOReporter's simple array buffers for each process */ member in struct:aggregateStats
652 uint32_t bufSize; /* Memory size allocated for reportBufs */
682 if (aggStats->reportBufs == NULL) {
683 aggStats->reportBufs = CFDataCreateMutable(NULL, 0);
684 if (!aggStats->reportBufs) return;
730 CFDataAppendBytes(aggStats->reportBufs, ptr2cpy, size2cpy);
748 * void *reportBufs : IOReporter's simple array buffers for each process.
798 samples = IOReportCreateSamplesRaw(aggStats.legend, aggStats.reportBufs, NULL);
829 if (aggStats.reportBufs)
830 CFRelease(aggStats.reportBufs);
[all...]

Completed in 146 milliseconds