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