MCPcopy Create free account
hub / github.com/boostorg/beast / dealloc

Method dealloc

example/http/server/fast/fields_alloc.hpp:77–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 void
78 dealloc()
79 {
80 if(--count_)
81 return;
82 p_ = reinterpret_cast<char*>(this + 1);
83 }
84};
85
86} // detail

Callers 1

deallocateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected