General Info

Interface: MemMEvent
Files:
Last change: 24/07/2002
Author: Luiz Henrique Shigunov
Description
Functions

0x00 - LowMem - Signal that system memory is low
 

Description

This page describes the MemMEvent interface.

A module only needs to implement the functions it needs.

0x00 - LowMem

Syntax

void LowMem(int severity);

Properties

Description

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:

Return value

Nothing.