Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 542 Bytes

strategies.rst

File metadata and controls

13 lines (10 loc) · 542 Bytes

Strategies

Strategies are used in Umpire to allow custom algorithms to be applied when allocating memory. These strategies can do anything, from providing different pooling methods to speed up allocations to applying different operations to every alloctaion. Strategies can be composed to combine their functionality, allowing flexible and reusable implementations of different components.

A list of our provided strategies can be found in our source doxygen here.