MCPcopy 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_ProxyMutexFunction · 0.45
thread_allocFunction · 0.45
_readMethod · 0.45

Calls 1

ats_mallocFunction · 0.85

Tested by

no test coverage detected