A data buffer pool interface. More...
Instance Methods | |
(long long) | - pooledBytesAvailable |
Gets the total bytes available in the pool. More... | |
(void) | - releasePools |
Release the pools. More... | |
(FMLiveSwitchDataBuffer *) | - takeWithSize: |
Takes a buffer from the pool. More... | |
(FMLiveSwitchDataBuffer *) | - takeWithSize:littleEndian: |
Takes a buffer from the pool. More... | |
(FMLiveSwitchDataBuffer *) | - takeWithSize:littleEndian:clearBytes: |
Takes a buffer from the pool. More... | |
A data buffer pool interface.
- (long long) pooledBytesAvailable |
Gets the total bytes available in the pool.
Reimplemented in FMLiveSwitchDataBufferPoolTracer, and FMLiveSwitchDataBufferPool.
- (void) releasePools |
Release the pools.
Reimplemented in FMLiveSwitchDataBufferPoolTracer, and FMLiveSwitchDataBufferPool.
- (FMLiveSwitchDataBuffer*) takeWithSize: | (int) | size |
Takes a buffer from the pool.
size | The number of bytes needed. |
Reimplemented in FMLiveSwitchDataBufferPoolTracer, and FMLiveSwitchDataBufferPool.
- (FMLiveSwitchDataBuffer*) takeWithSize: | (int) | size | |
littleEndian: | (bool) | littleEndian | |
Takes a buffer from the pool.
size | The number of bytes needed. |
littleEndian | Whether the data buffer should be little-endian. |
Reimplemented in FMLiveSwitchDataBufferPoolTracer, and FMLiveSwitchDataBufferPool.
- (FMLiveSwitchDataBuffer*) takeWithSize: | (int) | size | |
littleEndian: | (bool) | littleEndian | |
clearBytes: | (bool) | clearBytes | |
Takes a buffer from the pool.
size | The number of bytes needed. |
littleEndian | Whether the data buffer should be little-endian. |
clearBytes | Whether to clear the data buffer. |
Reimplemented in FMLiveSwitchDataBufferPoolTracer, and FMLiveSwitchDataBufferPool.