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

Function check

tools/http_load/http_load.c:2995–3002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2993}
2994
2995static void
2996check(void *ptr)
2997{
2998 if (ptr == (void *)0) {
2999 (void)fprintf(stderr, "%s: out of memory\n", argv0);
3000 exit(1);
3001 }
3002}

Callers 4

malloc_checkFunction · 0.85
realloc_checkFunction · 0.85
strdup_checkFunction · 0.85
is_blockedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected