LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
MemArena.h File Reference
#include <mutex>
#include <memory>
#include <utility>
#include <new>
#include "swoc/MemSpan.h"
#include "swoc/Scalar.h"
#include "swoc/IntrusiveDList.h"
#include "swoc/TextView.h"
Include dependency graph for MemArena.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  swoc::MemArena
 
struct  swoc::MemArena::Block
 Simple internal arena block of memory. Maintains the underlying memory. More...
 
struct  swoc::MemArena::Block::Linkage
 
class  swoc::FixedArena< T >
 
struct  swoc::FixedArena< T >::Item
 Rebinding type for instances on the free list. More...
 

Namespaces

namespace  swoc
 For template deduction guides.
 

Detailed Description

Memory arena for allocations

Definition in file MemArena.h.