|
NAMEautfreeblock - releases a memory block See the file man1/alc_origin.1. SYNOPSIS#include "aut101.h" void autfreeblock( Pointer ) PARAMETERS
DESCRIPTIONautfreeblock frees a pointer. It is now a day just an encapsulation of the system free function, but may evolve to a special allocator in the future. Its use is strongly encouraged. RETURN VALUEautfreeblock returns nothing. EXAMPLE#include "aut101.h" SEE ALSOaut(1), autresizeblock(3), autallocheap(3), autallocblock(3), autfreeheap(3). See the file man1/alc_bug_report.1.
|