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