General Info | |
Interface: MemMEvent Files: Last change: 24/07/2002 Author: Luiz Henrique Shigunov | Description |
Functions | |
0x00 - LowMem - Signal that system memory is low |
This page describes the MemMEvent interface.
A module only needs to implement the functions it needs.
void LowMem(int severity);
This function is called to signal that system memory is low and modules should free memory.
Receiving this event a module that implements a buffer can free unused buffers, etc.
severity says how much memory is needed:
Nothing.