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

Function _TSmalloc

src/api/InkAPI.cc:592–596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

590////////////////////////////////////////////////////////////////////
591
592void *
593_TSmalloc(size_t size, const char * /* path ATS_UNUSED */)
594{
595 return ats_malloc(size);
596}
597
598void *
599_TSrealloc(void *ptr, size_t size, const char * /* path ATS_UNUSED */)

Callers 1

TSmallocFunction · 0.85

Calls 1

ats_mallocFunction · 0.85

Tested by

no test coverage detected