GCC Middle and Back End API Reference
|
Go to the source code of this file.
Data Structures | |
class | memory_block_pool |
struct | memory_block_pool::block_list |
Functions | |
void * | mempool_obstack_chunk_alloc (size_t) ATTRIBUTE_MALLOC |
void | mempool_obstack_chunk_free (void *) |
|
extern |
Allocate a chunk for obstack. Use the pool if requested chunk size matches the size of blocks in the pool.
References memory_block_pool::allocate(), and memory_block_pool::block_size.
|
extern |
Free previously allocated obstack chunk.
References memory_block_pool::block_size, and memory_block_pool::release().