MCPcopy Create free account
hub / github.com/WheretIB/nullc / ChunkedStackPool

Method ChunkedStackPool

NULLC/Pool.h:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7{
8public:
9 ChunkedStackPool()
10 {
11 curr = first = NULL;
12 size = chunkSize;
13 }
14 ~ChunkedStackPool()
15 {
16 while(first)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected