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

Function TSmalloc

include/ts/ts.h:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51void TSfree(void *ptr);
52
53inline void *
54TSmalloc(size_t s)
55{
56 return _TSmalloc(s, TS_RES_MEM_PATH);
57}
58inline void *
59TSrealloc(void *p, size_t s)
60{

Callers 15

base64_decodeFunction · 0.85
TSRemapNewInstanceFunction · 0.85
remap_entryMethod · 0.85
TSRemapDoRemapFunction · 0.85
TxnSMCreateFunction · 0.85
get_info_from_bufferFunction · 0.85
my_data_allocFunction · 0.85
request_body_getFunction · 0.85
transform_createFunction · 0.85
cont_data_allocFunction · 0.85
TSPluginInitFunction · 0.85

Calls 1

_TSmallocFunction · 0.85