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

Function TSfree

src/api/InkAPI.cc:623–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

621}
622
623void
624TSfree(void *ptr)
625{
626 ats_free(ptr);
627}
628
629////////////////////////////////////////////////////////////////////
630//

Callers 15

handle_dnsFunction · 0.85
TSRemapDoRemapFunction · 0.85
TSRemapNewInstanceFunction · 0.85
TSRemapDeleteInstanceFunction · 0.85
~remap_entryMethod · 0.85
state_doneFunction · 0.85
my_data_destroyFunction · 0.85
request_buffer_pluginFunction · 0.85
transform_destroyFunction · 0.85
remove_from_queueFunction · 0.85
job_deleteFunction · 0.85

Calls 1

ats_freeFunction · 0.85