LibSWOC++ 1.5.14
Solid Wall of C++
Loading...
Searching...
No Matches
MemArena.cc File Reference
#include "swoc/MemArena.h"
#include <algorithm>
Include dependency graph for MemArena.cc:

Go to the source code of this file.

Namespaces

namespace  swoc
 For template deduction guides.
 

Detailed Description

MemArena memory allocator. Chunks of memory are allocated, frozen into generations and thawed away when unused.

Definition in file MemArena.cc.