Functions
eina_alloca.h File Reference

simplifies usage of alloca() by including the proper file depending on the platform. More...

Functions

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

Detailed Description

simplifies usage of alloca() by including the proper file depending on the platform.

Function Documentation

§ alloca()

void* alloca ( size_t  size)