zStatus zMemory_Allocate(zMemory memory, zUIntPtr initialCapacity);
|
Parameters |
Description |
|
zMemory memory |
zMemory object. |
|
zUIntPtr initialCapacity |
Initial capacity of the buffer, in bytes. |
Allocates an auto-sizing, internally-managed buffer for the memory stream.
zMemory.h