1.26.2.1
Gameface
cohtml.Net.IVirtualAllocator Class Reference
+ Inheritance diagram for cohtml.Net.IVirtualAllocator:

Public Member Functions

virtual void Dispose ()
 
virtual uint GetAllocationPageSize ()
 
virtual uint GetCommitPageSize ()
 
virtual global::System.IntPtr Allocate (global::System.IntPtr address, uint size, uint alignment, int protection, int flags)
 
virtual bool Free (global::System.IntPtr address, uint size, int flags)
 

Protected Attributes

bool swigCMemOwn
 

Member Function Documentation

◆ Allocate()

virtual global.System.IntPtr cohtml.Net.IVirtualAllocator.Allocate ( global::System.IntPtr  address,
uint  size,
uint  alignment,
int  protection,
int  flags 
)
inlinevirtual

◆ Dispose()

virtual void cohtml.Net.IVirtualAllocator.Dispose ( )
inlinevirtual

◆ Free()

virtual bool cohtml.Net.IVirtualAllocator.Free ( global::System.IntPtr  address,
uint  size,
int  flags 
)
inlinevirtual

◆ GetAllocationPageSize()

virtual uint cohtml.Net.IVirtualAllocator.GetAllocationPageSize ( )
inlinevirtual

◆ GetCommitPageSize()

virtual uint cohtml.Net.IVirtualAllocator.GetCommitPageSize ( )
inlinevirtual

Member Data Documentation

◆ swigCMemOwn

bool cohtml.Net.IVirtualAllocator.swigCMemOwn
protected