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

Memory limiter. More...

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

Go to the source code of this file.

Classes

class  roc::core::MemoryLimiter
 Memory limiter. This class can be used to keep track of memory being consumed. This is done through the acquire and release methods. The class is used within classes such as LimitedPool, LimitedArena. More...
 

Namespaces

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

Detailed Description

Memory limiter.

Definition in file memory_limiter.h.