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

Function malloc_check

tools/http_load/http_load.c:2971–2977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2969}
2970
2971static void *
2972malloc_check(size_t size)
2973{
2974 void *ptr = malloc(size);
2975 check(ptr);
2976 return ptr;
2977}
2978
2979static void *
2980realloc_check(void *ptr, size_t size)

Callers 3

mainFunction · 0.85
read_url_fileFunction · 0.85
read_sip_fileFunction · 0.85

Calls 1

checkFunction · 0.85

Tested by

no test coverage detected