|
LibSWOC++ 1.5.14
Solid Wall of C++
|
#include <mutex>#include <memory>#include <utility>#include <new>#include "swoc/MemSpan.h"#include "swoc/Scalar.h"#include "swoc/IntrusiveDList.h"#include "swoc/TextView.h"

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. | |
Memory arena for allocations
Definition in file MemArena.h.