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

Function _sys_memalign

ps3fw/sys_libc_.cpp:501–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

499}
500
501u32 _sys_memalign(u32 align, u32 size)
502{
503 sysPrxForUser.warning("_sys_memalign(align=0x%x, size=0x%x)", align, size);
504
505 return vm::alloc(size, vm::main, std::max<u32>(align, 0x10000));
506}
507
508error_code _sys_free(u32 addr)
509{

Callers

nothing calls this directly

Calls 1

allocFunction · 0.85

Tested by

no test coverage detected