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

Function user_malloc_stats

NetStream/source/paf_runtime.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 int user_malloc_stats(struct malloc_managed_size *mmsize)
73 {
74 sceClibPrintf("[PAF2LIBC] malloc_stats is not supported\n");
75 abort();
76 return 0;
77 }
78
79 int user_malloc_stats_fast(struct malloc_managed_size *mmsize)
80 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected