Temporary memory allocation.
More...
Go to the source code of this file.
|
| #define | alloca(size) |
| | Allocate temporary memory from the stack.
|
Temporary memory allocation.
Definition in file alloca.h.
◆ alloca
Value:__builtin_alloca (
size )
uint16_t size
Buffer size.
Allocate temporary memory from the stack.
- Parameters
-
- Return values
-
This memory will be freed automatically when the containing function returns. There are several caveats regarding use of alloca(); use it only if you already know what they are.
Definition at line 23 of file alloca.h.