/// <returns> the address of the allocated block or 0 if failed. </returns> public virtual int tryAllocateVpl(SceKernelVplInfo info, int size) { return(info.alloc(size)); }