MCPcopy Create free account
hub / github.com/GrapheneCt/NetStream / user_delete

Function user_delete

NetStream/source/paf_runtime.cpp:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123void user_delete(void *ptr)
124{
125 sce_paf_free(ptr);
126}
127
128void user_delete(void *ptr, const std::nothrow_t& x)
129{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected