Contents

getDeviceMemoryCount

Returns a count of the physical memory ranges available for a device.

Declaration

virtual IOItemCount getDeviceMemoryCount(
 void );

Return Value

An integer count of the number of ranges available.

Overview

This method returns the count of physical memory ranges, each represented by an IODeviceMemory instance, that have been allocated for a memory mapped device.

See Also

Miscellaneous