#include <config.h>
#include <alloca.h>
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Data Structures | |
union | header |
Defines | |
#define | memory_full() abort () |
#define | ADDRESS_FUNCTION(arg) &(arg) |
#define | STACK_DIRECTION 0 |
#define | STACK_DIR stack_dir |
#define | ALIGN_SIZE sizeof(double) |
Functions | |
static void | find_stack_direction (void) |
void * | alloca (size_t size) |
Variables | |
static int | stack_dir |
static header * | last_alloca_header = NULL |
header* last_alloca_header = NULL [static] |