Contents

setFragmentCapacityIncrement

Sets the count of fragments the free list will increase by when full.

Declaration

virtual void setFragmentCapacityIncrement(
 UInt32count );

Parameters

  • count:

    The number of fragments to increment the capacity by when the free list is full.

Overview

This method sets the number of extra fragments the free list will expand to when full. It defaults to the initial capacity.

See Also

Miscellaneous