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

Method dealloc

src/iocore/hostdb/RefCountCache.cc:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void
36RefCountCacheHashEntry::dealloc(RefCountCacheHashEntry *e)
37{
38 return refCountCacheHashingValueAllocator.free(e);
39}
40
41RefCountCacheHeader::RefCountCacheHeader(ts::VersionNumber object_version) : object_version(object_version){};
42

Callers 9

free_threadMethod · 0.45
load_buffer_and_writeMethod · 0.45
check_chunkedMethod · 0.45
setup_blind_tunnelMethod · 0.45
~Http3FrameMethod · 0.45
on_read_readyMethod · 0.45

Calls 1

freeMethod · 0.45

Tested by

no test coverage detected