SYSmemMerkerRemove

Top  Previous  Next

Memory requirement release.

The structure MEMMERKER is responsible for arbitrarily long texts. The storage space must be requested before with the routine SYSmemMerkerMake. To release again the requested storage space, this routine is used.

Parametre

mem (MEMMERKER *) [IN / OUT]

Trade on the structure MEMMERKER.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY SYSmemMerkerRemove (

MEMMERKER * mem

);

Related functions

SYSmemMerkerAssertFree

SYSmemMerkerMake

SYSmemstrcat

SYSmemstrcpy

SYSmemstrlen