MCPcopy 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
73MemSpan<char>
74Errata::alloc(size_t n) {
75 return this->data()->_arena.alloc(n).rebind<char>();
76}
77
78Errata &
79Errata::note_s(std::optional<Severity> severity, std::string_view text) {

Callers 11

localizeMethod · 0.45
Errata.ccFile · 0.45
test_MemSpan.ccFile · 0.45
localizeFunction · 0.45
test_MemArena.ccFile · 0.45
localizeFunction · 0.45
bw_localizeFunction · 0.45
ex_MemArena.ccFile · 0.45
localizeMethod · 0.45
parseMethod · 0.45

Calls 1

dataMethod · 0.95

Tested by 1

localizeFunction · 0.36