Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GrapheneCt/NetStream
/ user_malloc_usable_size
Function
user_malloc_usable_size
NetStream/source/paf_runtime.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
size_t user_malloc_usable_size(void *ptr)
87
{
88
return sce_paf_musable_size(ptr);
89
}
90
}
91
92
void *user_new(std::size_t size)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected