GCC Middle and Back End API Reference
|
#include <hash-table.h>
Static Public Member Functions | |
static Type * | control_alloc (size_t count) |
static Type * | data_alloc (size_t count) |
static void | control_free (Type *memory) |
static void | data_free (Type *memory) |
The ordinary memory allocator.
FIXME (crowl): This allocator may be extracted for wider sharing later.
|
inlinestatic |
Allocate memory for COUNT control blocks.
References count.
|
inlinestatic |
Free memory for control blocks.
References free().
|
inlinestatic |
Allocate memory for COUNT data blocks.
References count.
|
inlinestatic |
Free memory for data blocks.
References free().