Skip to main content

sceNetGetMallocStat

Function sceNetGetMallocStat 

Source
pub unsafe extern "C" fn sceNetGetMallocStat(
    stat: *mut SceNetMallocStat,
) -> c_int
Expand description

Retrieve the networking library memory usage

@param stat - Pointer to a ::SceNetMallocStat type to store the result.

@return 0 on success, < 0 on error