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

Function user_malloc_stats_fast

NetStream/source/paf_runtime.cpp:79–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 }
78
79 int user_malloc_stats_fast(struct malloc_managed_size *mmsize)
80 {
81 sceClibPrintf("[PAF2LIBC] malloc_stats_fast is not supported\n");
82 abort();
83 return 0;
84 }
85
86 size_t user_malloc_usable_size(void *ptr)
87 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected