Docs » Autodocs » exec.library » FreeEntry
FreeEntry -- free many regions of memory
FreeEntry(memList) A0 void FreeEntry(struct MemList *);
This function takes a memList structure (as returned by AllocEntry) and frees all the entries.
memList -- pointer to structure filled in with MemEntry structures
AllocEntry()
|