Navigation

Operators and Keywords

Function List:

C++ API

alloca.c File Reference

#include <config.h>
#include <alloca.h>
#include <string.h>
#include <stdlib.h>
Include dependency graph for alloca.c:

Classes

union  hdr

Defines

#define memory_full()   abort ()
#define ADDRESS_FUNCTION(arg)   &(arg)
#define STACK_DIRECTION   0
#define STACK_DIR   stack_dir
#define ALIGN_SIZE   sizeof(double)

Typedefs

typedef union hdr header

Functions

void * alloca (size_t size)

Define Documentation

#define ADDRESS_FUNCTION (   arg  )     &(arg)
#define ALIGN_SIZE   sizeof(double)
#define memory_full (  )     abort ()
#define STACK_DIR   stack_dir
#define STACK_DIRECTION   0

Typedef Documentation

typedef union hdr header

Function Documentation

void* alloca ( size_t  size  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines