Contents

allocateRange

Allocates from the free list, at a set offset.

Declaration

virtual bool allocateRange(
 IORangeScalarstart, 
 IORangeScalarsize );

Parameters

  • start:

    The beginning of the range requested.

  • size:

    The size of the range requested.

Return Value

Returns true if the allocation was successful, else false.

Overview

This method allocates a range from the free list, given a set offset passed in.

See Also

Miscellaneous