Method | Description | |
---|---|---|
ByteBlockAllocator ( |
||
GetByteBlock ( bool trackAllocations ) : byte[] | ||
RecycleByteBlocks ( IList |
||
RecycleByteBlocks ( byte blocks, int start, int end ) : void |
Method | Description | |
---|---|---|
InitBlock ( |
public ByteBlockAllocator ( |
||
enclosingInstance | ||
blockSize | int | |
return | System |
public GetByteBlock ( bool trackAllocations ) : byte[] | ||
trackAllocations | bool | |
return | byte[] |
public RecycleByteBlocks ( IList |
||
blocks | IList |
|
return | void |
public RecycleByteBlocks ( byte blocks, int start, int end ) : void | ||
blocks | byte | |
start | int | |
end | int | |
return | void |