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

Function realloc_check

tools/http_load/http_load.c:2979–2985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2977}
2978
2979static void *
2980realloc_check(void *ptr, size_t size)
2981{
2982 ptr = realloc(ptr, size);
2983 check(ptr);
2984 return ptr;
2985}
2986
2987static char *
2988strdup_check(char *str)

Callers 2

read_url_fileFunction · 0.85
read_sip_fileFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected