Home
last modified time | relevance | path

Searched refs:alloc_pool (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dalloc-pool.h48 *alloc_pool; typedef
50 extern alloc_pool create_alloc_pool (const char *, size_t, size_t);
51 extern void free_alloc_pool (alloc_pool);
52 extern void free_alloc_pool_if_empty (alloc_pool *);
53 extern void *pool_alloc (alloc_pool);
54 extern void pool_free (alloc_pool, void *);
H A Dalloc-pool.c119 alloc_pool
122 alloc_pool pool; in create_alloc_pool()
185 free_alloc_pool (alloc_pool pool) in free_alloc_pool()
212 free_alloc_pool_if_empty (alloc_pool *pool) in free_alloc_pool_if_empty()
223 pool_alloc (alloc_pool pool) in pool_alloc()
288 pool_free (alloc_pool pool, void *ptr) in pool_free()
H A Dtree-ssa-alias-warnings.c396 add_key (htab_t ht, tree t, alloc_pool references_pool) in add_key()
412 static alloc_pool ref_table_alloc_pool = NULL;
417 static inline alloc_pool
438 alloc_pool references_pool = reference_table_alloc_pool (true); in build_reference_table()
H A Dtree-ssa-pre.c322 static alloc_pool value_set_pool;
323 static alloc_pool bitmap_set_pool;
324 static alloc_pool value_set_node_pool;
325 static alloc_pool binary_node_pool;
326 static alloc_pool unary_node_pool;
327 static alloc_pool reference_node_pool;
328 static alloc_pool comparison_node_pool;
329 static alloc_pool expression_node_pool;
330 static alloc_pool list_node_pool;
331 static alloc_pool modify_expr_node_pool;
[all …]
H A Ddf-scan.c119 alloc_pool ref_pool;
120 alloc_pool insn_pool;
121 alloc_pool reg_pool;
122 alloc_pool mw_reg_pool;
123 alloc_pool mw_link_pool;
H A Det-forest.c58 static alloc_pool et_nodes;
59 static alloc_pool et_occurrences;
H A Dtree-ssa-math-opts.c143 static alloc_pool occ_pool;
H A Ddf.h215 alloc_pool block_pool;
H A Dvar-tracking.c266 static alloc_pool attrs_pool;
269 static alloc_pool var_pool;
272 static alloc_pool loc_chain_pool;
H A Dcfg.c1017 static alloc_pool original_copy_bb_pool;
H A Dtree-ssa-reassoc.c176 static alloc_pool operand_entry_pool;
H A Dcselib.c133 static alloc_pool elt_loc_list_pool, elt_list_pool, cselib_val_pool, value_pool;
H A Dtree-ssa-structalias.c273 static alloc_pool variable_info_pool;
429 static alloc_pool constraint_pool;
/freebsd-12.1/contrib/ntp/lib/isc/
H A Dtaskpool.c46 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, in alloc_pool() function
83 result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool); in isc_taskpool_create()
130 result = alloc_pool(pool->tmgr, pool->mctx, size, in isc_taskpool_expand()