Go to the first, previous, next, last section, table of contents.
alloca
These are the disadvantages of alloca
in comparison with
malloc
:
alloca
, so it is less
portable. However, a slower emulation of alloca
written in C
is available for use on systems with this deficiency.
Go to the first, previous, next, last section, table of contents.