MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / _sys_free

Function _sys_free

ps3fw/sys_libc_.cpp:508–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

506}
507
508error_code _sys_free(u32 addr)
509{
510 sysPrxForUser.warning("_sys_free(addr=0x%x)", addr);
511
512 vm::dealloc(addr, vm::main);
513
514 return CELL_OK;
515}
516
517s32 _sys_snprintf(ppu_thread& ppu, vm::ptr<char> dst, u32 count,
518 vm::cptr<char> fmt, ppu_va_args_t va_args)

Callers

nothing calls this directly

Calls 1

deallocFunction · 0.85

Tested by

no test coverage detected