MCPcopy Create free account
hub / github.com/RaftLib/RaftLib / stdalloc

Method stdalloc

src/stdalloc.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#include "ringbuffertypes.hpp"
30
31stdalloc::stdalloc( raft::map &map,
32 volatile bool &exit_alloc) : Allocate( map, exit_alloc )
33{
34}
35
36stdalloc::~stdalloc()
37{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected