preAllocateFixedMemoryBlocks
|
The preAllocateFixedMemoryBlocks function pre-allocates, but does not use, up to 400 memory blocks of the specified size. These pre-allocated memory blocks are designated "fixed" so the memory manager will not increase or decrease their pre-allocated size even when they are freed.
Usage
Use the preAllocateFixedMemoryBlocks function to guarantee that a memory block of the specified size will be available, at all times, if requested.
Expression: | (preAllocateFixedMemoryBlocks blockSize blockCount) |
---|
Arguments | Name | Type | Description |
Argument: | blockSize | Integer | The size of the memory blocks to be pre-allocated. |
---|---|---|---|
Argument: | blockCount | Integer | The number of the memory blocks to be pre-allocated. |
Returns: | The Boolean value, true. |
---|
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|