public SWIGTYPE_p_void __MemoryAlloc_Alloc__(uint size)
    {
        global::System.IntPtr cPtr = NewtonWrapperPINVOKE.MemoryAlloc___MemoryAlloc_Alloc__(swigCPtr, size);
        SWIGTYPE_p_void       ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_void(cPtr, false);

        return(ret);
    }