Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ alloc
Method
alloc
include/iocore/net/quic/MTHashTable.h:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
HashTableEntry *next;
45
46
static HashTableEntry *
47
alloc()
48
{
49
return static_cast<HashTableEntry *>(ats_malloc(sizeof(HashTableEntry)));
50
}
51
52
static void
53
free(HashTableEntry *entry)
Callers
3
new_ProxyMutex
Function · 0.45
thread_alloc
Function · 0.45
_read
Method · 0.45
Calls
1
ats_malloc
Function · 0.85
Tested by
no test coverage detected