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

Function user_malloc

NetStream/source/paf_runtime.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void *user_malloc(size_t size)
41 {
42 return sce_paf_malloc(size);
43 }
44
45 void user_free(void *ptr)
46 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected