The Interop::Allocate function allocates a memory block of the given size for low level operations.
[object] Allocate( [number] InitialSize );
A DataBloc object that can be used to access the newly allocated memory.
If memory allocation fails, the return value is null.
Use this function to allocate memory for specific constructs sometimes required by functions called in Call. This kind of operation is reserved to more advanced developers used to manipulate raw data in memory and can result in causing serious issues if used incorrectly.
Object | Interop |
---|---|
Availability | Messenger Plus! Live 4.00 |