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

Method free

include/tscore/defalloc.h:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 return ats_malloc(s);
34 }
35 static void
36 free(void *p)
37 {
38 ats_free(p);
39 }
40};

Callers 5

delete_frameMethod · 0.45
delete_data_frameMethod · 0.45
delete_headers_frameMethod · 0.45
delete_settings_frameMethod · 0.45
destroyMethod · 0.45

Calls 1

ats_freeFunction · 0.85

Tested by

no test coverage detected