Home
last modified time | relevance | path

Searched refs:allocation_pool_list (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dalloc-pool.h154 struct allocation_pool_list struct
156 allocation_pool_list *next; argument
212 allocation_pool_list *m_returned_free_list;
228 allocation_pool_list *m_block_list;
264 if (size < sizeof (allocation_pool_list*)) in initialize()
265 size = sizeof (allocation_pool_list*); in initialize()
285 size_t header_size = align_eight (sizeof (allocation_pool_list)); in initialize()
307 allocation_pool_list *block, *next_block; in release()
353 allocation_pool_list *header; in allocate()
373 allocation_pool_list *block_header; in allocate()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dalloc-pool.h154 struct allocation_pool_list struct
156 allocation_pool_list *next; argument
212 allocation_pool_list *m_returned_free_list;
228 allocation_pool_list *m_block_list;
264 if (size < sizeof (allocation_pool_list*)) in initialize()
265 size = sizeof (allocation_pool_list*); in initialize()
285 size_t header_size = align_eight (sizeof (allocation_pool_list)); in initialize()
307 allocation_pool_list *block, *next_block; in release()
353 allocation_pool_list *header; in allocate()
373 allocation_pool_list *block_header; in allocate()
[all …]