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

Method ChunkedStackPool

SupSpi/SupSpi.h:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 {
9 public:
10 ChunkedStackPool()
11 {
12 curr = first = &one;
13 first->next = NULL;
14 size = 0;
15 }
16 ~ChunkedStackPool()
17 {
18 first = first->next;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected