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

Function user_delete_array

NetStream/source/paf_runtime.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void user_delete_array(void *ptr)
134{
135 sce_paf_free(ptr);
136}
137
138void user_delete_array(void *ptr, const std::nothrow_t& x)
139{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected