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

Method create

src/proxy/hdrs/HTTP.cc:2078–2082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2076const int HTTP_ALT_MARSHAL_SIZE = HdrHeapMarshalBlocks{swoc::round_up(sizeof(HTTPCacheAlt))};
2077
2078void
2079HTTPInfo::create()
2080{
2081 m_alt = httpCacheAltAllocator.alloc();
2082}
2083
2084void
2085HTTPInfo::copy(HTTPInfo *hi)

Callers 13

brFunction · 0.45
test_urlFunction · 0.45
test_parseFunction · 0.45
get_hashFunction · 0.45
SECTIONFunction · 0.45
test_mime.ccFile · 0.45
test_Hdrs.ccFile · 0.45
test_http_hdr_null_charFunction · 0.45
test_http_hdr_ctl_charFunction · 0.45

Calls 1

allocMethod · 0.45

Tested by 8

test_urlFunction · 0.36
test_parseFunction · 0.36
get_hashFunction · 0.36
SECTIONFunction · 0.36
test_http_hdr_null_charFunction · 0.36
test_http_hdr_ctl_charFunction · 0.36