MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / JFixedAllocStack

Method JFixedAllocStack

jalib/jalloc.cpp:214–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 public:
213 enum { N = _N };
214 JFixedAllocStack() = delete;
215
216 JFixedAllocStack(size_t blockSize)
217 : _blockSize(blockSize)

Callers

nothing calls this directly

Calls 1

memsetFunction · 0.85

Tested by

no test coverage detected