Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ make_ptr
Function
make_ptr
include/tscore/Ptr.h:196–200 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
194
195
template <typename T>
196
Ptr<T>
197
make_ptr(T *p)
198
{
199
return Ptr<T>(p);
200
}
201
202
////////////////////////////////////////////////////////////////////////
203
//
Callers
10
test_RamCache
Function · 0.85
init
Method · 0.85
init
Method · 0.85
recv_dns
Method · 0.85
recvfrom_re
Method · 0.85
set
Method · 0.85
get
Method · 0.85
make_alias_map
Function · 0.85
init_fields
Method · 0.85
test_Ptr.cc
File · 0.85
Calls
no outgoing calls
Tested by
1
test_RamCache
Function · 0.68