Property | Type | Description |
---|
Method | Description | |
---|---|---|
Alloc ( int size, |
||
Alloc ( |
||
ByteBufferAllocatorBase ( ) : System | ||
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void | ||
Retrieve ( int size ) : ArraySegment |
public abstract Alloc ( int size, |
||
size | int | |
pointer | ||
return | int |
public Alloc ( |
||
data | ||
size | int | |
buf | ||
return | void |
public abstract Dispose ( bool disposing ) : void | ||
disposing | bool | |
return | void |
public abstract Retrieve ( int size ) : ArraySegment |
||
size | int | |
return | ArraySegment |