|
NAMEautallocblock - memory allocator See the file man1/alc_origin.1. SYNOPSIS#include "aut101.h" char *autallocblock( Size ) PARAMETERS
DESCRIPTIONautallocblock returns a block of Size bytes length. The memory block is set to zero. RETURN VALUEautallocblock returns a pointer to a Size bytes long block. ERRORS"autalloc: alloc error, can't continue !" System break can't be moved anymore, no more memory can
be retrieved from the system.
EXAMPLE#include "aut101.h" char ∗dup_str(s) SEE ALSOaut(1), autresizeblock(3), autallocheap(3), autfreeblock(3), autfreeheap(3). See the file man1/alc_bug_report.1.
|