Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2971
static void *
2972
malloc_check(size_t size)
2973
{
2974
void *ptr = malloc(size);
2975
check(ptr);
2976
return ptr;
2977
}
2978
2979
static void *
2980
realloc_check(void *ptr, size_t size)
Callers
3
main
Function · 0.85
read_url_file
Function · 0.85
read_sip_file
Function · 0.85
Calls
1
check
Function · 0.85
Tested by
no test coverage detected