BulletCSharp.btStackAlloc.allocate C# (CSharp) Method

allocate() public method

public allocate ( uint size ) : SWIGTYPE_p_unsigned_char
size uint
return SWIGTYPE_p_unsigned_char
        public SWIGTYPE_p_unsigned_char allocate(uint size)
        {
            IntPtr cPtr = LinearMathPINVOKE.btStackAlloc_allocate(swigCPtr, size);
            SWIGTYPE_p_unsigned_char ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_char(cPtr, false);
            return ret;
        }