Function Memory.createMemEntries

CreateMemList -- Create a MemEntries with given number of Entries.

Memory.MemEntries* createMemEntries (
  int 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

NameDescription
entries number of entries for the MemEntries to allocate.

Returns

Pointer to a MemEntries of requested size or null

See

AllocEntry(), FreeEntry(), DeleteMemList()