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

Function strdup_check

tools/http_load/http_load.c:2987–2993  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2985}
2986
2987static char *
2988strdup_check(char *str)
2989{
2990 str = strdup(str);
2991 check((void *)str);
2992 return str;
2993}
2994
2995static void
2996check(void *ptr)

Callers 2

read_url_fileFunction · 0.85
read_sip_fileFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected