Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ alloc
Method
alloc
lib/swoc/src/Errata.cc:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
MemSpan<char>
74
Errata::alloc(size_t n) {
75
return this->data()->_arena.alloc(n).rebind<char>();
76
}
77
78
Errata &
79
Errata::note_s(std::optional<Severity> severity, std::string_view text) {
Callers
11
localize
Method · 0.45
Errata.cc
File · 0.45
test_MemSpan.cc
File · 0.45
localize
Function · 0.45
test_MemArena.cc
File · 0.45
test_BufferWriter.cc
File · 0.45
localize
Function · 0.45
bw_localize
Function · 0.45
ex_MemArena.cc
File · 0.45
localize
Method · 0.45
parse
Method · 0.45
Calls
1
data
Method · 0.95
Tested by
1
localize
Function · 0.36