MCPcopy Create free account
hub / github.com/apache/trafficserver / release

Method release

src/tscore/TextBuffer.cc:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62char *
63TextBuffer::release()
64{
65 char *ret = bufferStart;
66
67 bufferStart = nextAdd = nullptr;
68 currentSize = spaceLeft = 0;
69
70 return ret;
71}
72
73// void TextBuffer::reUse()
74//

Callers 8

crashlog_nameFunction · 0.45
ServerBacktraceFunction · 0.45
procfd_readlinkFunction · 0.45
test_PostScript.ccFile · 0.45
create_logger_pathFunction · 0.45
loadMetaMethod · 0.45
loadSpanDirectMethod · 0.45
loadDeviceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected