alloc/arena: add descriptive comment for arena
This commit is contained in:
parent
2cb5fd7391
commit
417175b2dd
@ -23,6 +23,8 @@
|
||||
#include <utility>
|
||||
|
||||
namespace util::alloc {
|
||||
/// wraps a block allocator with an interface suitable for allocating
|
||||
/// individual objects.
|
||||
template <class T>
|
||||
class arena {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user