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

Function RecAllocateRawStatBlock

src/records/RecRawStats.cc:47–51  ·  view source on GitHub ↗

------------------------------------------------------------------------- RecAllocateRawStatBlock -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

45// RecAllocateRawStatBlock
46//-------------------------------------------------------------------------
47RecRawStatBlock *
48RecAllocateRawStatBlock(int num_stats)
49{
50 return raw_stat_block_allocator(num_stats);
51}
52
53//-------------------------------------------------------------------------
54// RecRegisterRawStat

Callers 2

startMethod · 0.85
start_SocksProxyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected