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

Function free_CacheVC

src/iocore/cache/P_CacheInternal.h:227–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227inline int
228free_CacheVC(CacheVC *cont)
229{
230 free_CacheVCCommon(cont);
231 THREAD_FREE(cont, cacheVConnectionAllocator, this_thread());
232 return EVENT_DONE;
233}
234
235inline int
236free_CacheEvacuateDocVC(CacheEvacuateDocVC *cont)

Callers 13

open_writeMethod · 0.85
openWriteCloseDirMethod · 0.85
openWriteStartDoneMethod · 0.85
openWriteStartBeginMethod · 0.85
openReadFromWriterMethod · 0.85
openReadCloseMethod · 0.85
openReadStartEarliestMethod · 0.85
openReadVecWriteMethod · 0.85
openReadStartHeadMethod · 0.85
removeEventMethod · 0.85
scanStripeMethod · 0.85

Calls 2

free_CacheVCCommonFunction · 0.85
this_threadFunction · 0.85

Tested by

no test coverage detected