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

/freebsd-10-stable/contrib/gcc/
H A Dalloc-pool.h48 *alloc_pool; typedef in typeref:struct:alloc_pool_def
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.c68 /* Store information about each particular alloc_pool. */
78 /* Hashtable mapping alloc_pool names to descriptors. */
119 alloc_pool
122 alloc_pool pool;
185 free_alloc_pool (alloc_pool pool)
210 /* Frees the alloc_pool, if it is empty and zero *POOL in this case. */
212 free_alloc_pool_if_empty (alloc_pool *pool)
223 pool_alloc (alloc_pool pool)
288 pool_free (alloc_pool pool, void *ptr)
312 /* Output per-alloc_pool statistic
[all...]
H A Dtree-ssa-alias-warnings.c398 add_key (htab_t ht, tree t, alloc_pool references_pool)
414 static alloc_pool ref_table_alloc_pool = NULL;
419 static inline alloc_pool
440 alloc_pool references_pool = reference_table_alloc_pool (true);
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-scan.c120 alloc_pool ref_pool;
121 alloc_pool insn_pool;
122 alloc_pool reg_pool;
123 alloc_pool mw_reg_pool;
124 alloc_pool mw_link_pool;
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_poo
[all...]
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.c1025 static alloc_pool original_copy_bb_pool;
H A Dcselib.c133 static alloc_pool elt_loc_list_pool, elt_list_pool, cselib_val_pool, value_pool;
H A Dtree-ssa-reassoc.c176 static alloc_pool operand_entry_pool;
H A Dtree-ssa-structalias.c273 static alloc_pool variable_info_pool;
429 static alloc_pool constraint_pool;
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dtaskpool.c46 alloc_pool(isc_taskmgr_t *tmgr, isc_mem_t *mctx, unsigned int ntasks, function
83 result = alloc_pool(tmgr, mctx, ntasks, quantum, &pool);
130 result = alloc_pool(pool->tmgr, pool->mctx, size,

Completed in 228 milliseconds