Native Class |
Namespace: FM.IceLink
The Native type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Alloc |
Allocates memory from the data buffer pool.
|
![]() ![]() | Alloc64Align |
Allocates 64-bit aligned memory from the data buffer pool.
|
![]() ![]() | DebugLog |
Logs a debug message.
|
![]() | Equals | (Inherited from Object.) |
![]() ![]() | ErrorLog |
Logs an error message.
|
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() ![]() | PullBuffer |
Gets the data buffer associated with a pointer.
This buffer MUST be freed later.
|
![]() ![]() | Release |
Releases memory to the data buffer pool.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Alloc64Callback |
A static alloc callback (64-bit aligned).
|
![]() ![]() | AllocCallback |
A static alloc callback.
|
![]() ![]() | DebugLogCallback |
A static debug log callback.
|
![]() ![]() | ErrorLogCallback |
A static error log callback.
|
![]() ![]() | ReleaseCallback |
A static release callback.
|