Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 428 Bytes

FreeEntry.md

File metadata and controls

28 lines (17 loc) · 428 Bytes

NAME

FreeEntry -- free many regions of memory

SYNOPSIS

    FreeEntry(memList)
              A0
    void FreeEntry(struct MemList *);

Links: MemList

FUNCTION

This function takes a memList structure (as returned by AllocEntry) and frees all the entries.

INPUTS

memList -- pointer to structure filled in with MemEntry structures

SEE ALSO

AllocEntry