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

Function RecRecordInit

src/records/RecUtils.cc:35–40  ·  view source on GitHub ↗

------------------------------------------------------------------------- RecRecord initializer / Free -------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

33// RecRecord initializer / Free
34//-------------------------------------------------------------------------
35void
36RecRecordInit(RecRecord *r)
37{
38 ink_zero(*r);
39 rec_mutex_init(&(r->lock), nullptr);
40}
41
42void
43RecRecordFree(RecRecord *r)

Callers 1

RecAllocFunction · 0.85

Calls 2

ink_zeroFunction · 0.85
rec_mutex_initFunction · 0.85

Tested by

no test coverage detected