The wrapper for C function
vfree()or its equivalent in the given system - to free a memory block allocated bymco_sys_valloc().For an overview see page eXtremeDB System Wrappers
void mco_sys_vfree( /*IN*/ void * p );
|
p |
A pointer to the memory block to free |
This function frees a memory block allocated by
mco_sys_valloc(). It is a wrapper for the standard C functionvfree()or its equivalent in the given system .
| void | No value returned |