[][src]Function pspsdk_sys::sdk::sceNetGetMallocStat

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

Retrieve the networking library memory usage

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

@return 0 on success, < 0 on error