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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOMemoryDescriptor.cpp985 unsigned int totalResident, totalDirty; local
987 totalResident = totalDirty = 0;
994 totalResident += resident;
998 if (residentPageCount) *residentPageCount = totalResident;

Completed in 66 milliseconds