| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected