SYSmemMerkerAssertFree

Top  Previous  Next

For additional storage space request.

The structure MEMMERKER can contain arbitrarily long sign chains. To increase the existing storage space for the sign chain, can be carried out with the help of this function. On this occasion, it is checked whether the real sign chain length plus the lengthening requested anew is also bigger really than storage space was already requested in mem.

Parametre

mem (MEMMERKER *) [IN / OUT]

Pointer on the structure MEMMERKER. In it the sign chain and the maximum sign chain length are stored.

len (int) [IN]

With len it is given how much byte on the real sign chain length should be added to it.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY SYSmemMerkerAssertFree (

MEMMERKER * mem,

int len

);

Related functions

SYSmemMerkerMake

SYSmemMerkerRemove

SYSmemstrcat

SYSmemstrcpy

SYSmemstrlen