Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ commit
Method
commit
lib/swoc/src/ArenaWriter.cc:29–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
}
28
29
bool
30
ArenaWriter::commit(size_t n) {
31
if (_attempted + n > _capacity) {
32
this->realloc(_attempted + n);
33
return false;
34
}
35
return this->super_type::commit(n);
36
}
37
38
void
39
ArenaWriter::realloc(size_t n) {
Callers
8
Adjust_Alignment
Function · 0.45
bw_format.cc
File · 0.45
writeOnce
Function · 0.45
test_MIOBufferWriter.cc
File · 0.45
proxy_protocol_v1_build
Function · 0.45
proxy_protocol_v2_build
Function · 0.45
add_forwarded_field_to_request
Method · 0.45
DbgCtl.cc
File · 0.45
Calls
1
realloc
Method · 0.95
Tested by
1
writeOnce
Function · 0.36