Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
slab_pool.h File Reference

Memory pool. More...

Include dependency graph for slab_pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  roc::core::SlabPool< T, EmbeddedCapacity >
 Memory pool. More...
 

Namespaces

 roc
 Root namespace.
 
 roc::core
 General-purpose building blocks and platform abstraction layer.
 

Enumerations

enum  roc::core::SlabPoolFlags { roc::core::SlabPoolFlag_EnableGuards = (1 << 0) }
 Memory pool flags. More...
 
enum  { DefaultSlabPoolFlags = (SlabPoolFlag_EnableGuards) }
 Default memory pool flags. More...
 

Detailed Description

Memory pool.

Definition in file slab_pool.h.