|
NAMEautresizeblock - resizes a memory block See the file man1/alc_origin.1. SYNOPSIS#include "aut101.h" PARAMETERSDESCRIPTIONautresizeblock resizes a memory block from OldSize to NewSize. if NewSize is greater than OldSize then the new bytes are set to zero. RETURN VALUEautresizeblock returns the pointer to the resized block. ERRORS"autresize: resize error, can't continue !" System break can't be moved anymore, no more memory can
be retrieved from the system.
EXAMPLE#include "aut101.h" SEE ALSOaut(1), autallocheap(3), autallocblock(3), autfreeblock(3), autfreeheap(3). See the file man1/alc_bug_report.1.
|