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

Function TSIOBufferBlockDestroy

src/api/InkIOCoreAPI.cc:518–525  ·  view source on GitHub ↗

dev API, not exposed

Source from the content-addressed store, hash-verified

516
517// dev API, not exposed
518void
519TSIOBufferBlockDestroy(TSIOBufferBlock blockp)
520{
521 sdk_assert(sdk_sanity_check_iocore_structure(blockp) == TS_SUCCESS);
522
523 IOBufferBlock *blk = (IOBufferBlock *)blockp;
524 blk->free();
525}
526
527TSIOBufferBlock
528TSIOBufferBlockNext(TSIOBufferBlock blockp)

Callers

nothing calls this directly

Calls 2

freeMethod · 0.45

Tested by

no test coverage detected