Contents

deallocate

Deallocates a range to the free list.

Declaration

virtual void deallocate(
 IORangeScalarstart, 
 IORangeScalarsize );

Parameters

  • start:

    The beginning of the range requested.

  • size:

    Returns the size of the range requested.

Overview

This method deallocates a range to the free list, given a the start offset and length passed in.

See Also

Miscellaneous