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

Function user_new_array

NetStream/source/paf_runtime.cpp:113–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void *user_new_array(std::size_t size)
114{
115 return sce_paf_malloc(size);
116}
117
118void *user_new_array(std::size_t size, const std::nothrow_t& x)
119{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected