mco_sys_vfree

The wrapper for C function vfree() or its equivalent in the given system - to free a memory block allocated by mco_sys_valloc().

For an overview see page eXtremeDB System Wrappers

Prototype

 
    void mco_sys_vfree(	/*IN*/ void * p );
 

Arguments

p

A pointer to the memory block to free

Description

This function frees a memory block allocated by mco_sys_valloc(). It is a wrapper for the standard C function vfree()or its equivalent in the given system .

Return Codes

void No value returned

Files

Header file:
mco.h
Source file:
mcosalhollow.c
Library:
libmcosalhollow.a
Header file:
mco.h
Source file:
mcosysmem.c
Library:
libmcosalmem.a