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

Function _sys_malloc

ps3fw/sys_libc_.cpp:494–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492}
493
494u32 _sys_malloc(u32 size)
495{
496 sysPrxForUser.warning("_sys_malloc(size=0x%x)", size);
497
498 return vm::alloc(size, vm::main);
499}
500
501u32 _sys_memalign(u32 align, u32 size)
502{

Callers

nothing calls this directly

Calls 1

allocFunction · 0.85

Tested by

no test coverage detected