DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference



4.04 - DOS/32 Advanced D32A Library function - d32a_free()

Synopsys:

#include <d32a.h>
int d32a_free(char *Ptr);


Description:

This function deallocates a memory block previously allocated by functions d32a_malloc, d32a_malloc_low and d32a_malloc_high.


Returns:

TRUE if the memory block was successfully deallocated, FALSE otherwise. This function will fail, and return FALSE, when the Ptr argument is an invalid handle of memory block (the memory block has not been allocated or already has been freed).

 


Copyright © DOS/32 Advanced Team 1996-2002
All Rights Reserved