|
Zen API
|
| kStatus kPoolAlloc_SetMaxBlockBufferSize | ( | kPoolAlloc | object, |
| kSize | size | ||
| ) |
Sets the size limit for memory requests that can be allocated from larger blocks.
This property must be smaller than the BlockSize property. By default, this property is zero (block-based allocation is disabled).
| object | kPoolAlloc object. |
| size | Maximum block-based allocation size, in bytes. |