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



4.05 - DOS/32 Advanced D32A Library function - d32a_free_all()

Synopsys:

#include <d32a.h>
void d32a_free_all(void);


Description:

This function deallocates all the memory blocks that have been previously allocated by functions d32a_malloc, d32a_malloc_low and d32a_malloc_high. This function can be used in clean-up routines called just before the application's termination to release all the allocated memory.


Returns:

This function does not return anything.

 


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