Function Memory.createMemEntries
CreateMemList -- Create a MemEntries with given number of Entries.
This function allocates a MemEntries structure large enought to hold a given number of entries. The structure is properly initialized as node type and NumEntries are set correctly.
Parameters
Name | Description |
---|---|
entries | number of entries for the MemEntries to allocate. |
Returns
Pointer to a MemEntries of requested size or null
See
AllocEntry(), FreeEntry(), DeleteMemList()