---
title: setFragmentCapacityIncrement
framework: kernel
role: pseudoSymbol
path: kernel/iorangeallocator/1810575-setfragmentcapacityincrement
---

# setFragmentCapacityIncrement

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

## Declaration

```occ
virtual void setFragmentCapacityIncrement(
 UInt32count ); 
```

## Parameters

- `count`: The number of fragments to increment the capacity by when the free list is full.

## Overview

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

- [allocate](kernel/iorangeallocator/1810255-allocate.md)
- [allocateRange](kernel/iorangeallocator/1810314-allocaterange.md)
- [deallocate](kernel/iorangeallocator/1810361-deallocate.md)
- [getFragmentCapacity](kernel/iorangeallocator/1810407-getfragmentcapacity.md)
- [getFragmentCount](kernel/iorangeallocator/1810456-getfragmentcount.md)
- [getFreeCount](kernel/iorangeallocator/1810490-getfreecount.md)
- [init](kernel/iorangeallocator/1810534-init.md)
- [withRange](kernel/iorangeallocator/1810621-withrange.md)
