Functions
eina_alloca.h File Reference

Check if GCC's alloca() is available. More...

Functions

void * alloca (size_t size)
 Allocates memory in the stack frame of the caller, so that it is automatically freed when the caller returns. More...
 

Detailed Description

Check if GCC's alloca() is available.

If it is available via a different spelling, define alloca to that spelling.

Function Documentation

◆ alloca()

void* alloca ( size_t  size)