Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ user_calloc
Function
user_calloc
NetStream/source/paf_runtime.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void *user_calloc(size_t nelem, size_t size)
51
{
52
return sce_paf_calloc(nelem, size);
53
}
54
55
void *user_realloc(void *ptr, size_t size)
56
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected