Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Memory limiter. More...
#include "roc_core/atomic.h"
#include "roc_core/attributes.h"
#include "roc_core/noncopyable.h"
#include "roc_core/stddefs.h"
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. | |
Memory limiter.
Definition in file memory_limiter.h.