Contents

getFragmentCount

Accessor to return the number of free fragments in the range.

Declaration

virtual UInt32 getFragmentCount(
 void );

Return Value

Returns the count of free fragments.

Overview

This method returns a count of free fragments. Each fragment describes a non-contiguous free range - deallocations will merge contiguous fragments together.

See Also

Miscellaneous