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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp889 stats->allocatedSize = ke->memoryCounters[kIOStatisticsMalloc];
890 stats->freedSize = ke->memoryCounters[kIOStatisticsFree];
891 stats->allocatedAlignedSize = ke->memoryCounters[kIOStatisticsMallocAligned];
892 stats->freedAlignedSize = ke->memoryCounters[kIOStatisticsFreeAligned];
893 stats->allocatedContiguousSize = ke->memoryCounters[kIOStatisticsMallocContiguous];
894 stats->freedContiguousSize = ke->memoryCounters[kIOStatisticsFreeContiguous];
895 stats->allocatedPageableSize = ke->memoryCounters[kIOStatisticsMallocPageable];
896 stats->freedPageableSize = ke->memoryCounters[kIOStatisticsFreePageable];
1269 OSAddAtomic(size, &ke->memoryCounters[index]);
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOStatisticsPrivate.h102 uint32_t memoryCounters[kIOStatisticsAllocCount]; member in struct:KextNode

Completed in 19 milliseconds