Home
last modified time | relevance | path

Searched refs:shared_hash_pool (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvar-tracking.c598 static object_allocator<shared_hash> shared_hash_pool ("shared_hash pool");
10013 empty_shared_hash = shared_hash_pool.allocate (); in vt_initialize()
10427 shared_hash_pool.release (); in vt_finalize()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvar-tracking.cc606 static object_allocator<shared_hash> shared_hash_pool ("shared_hash pool"); variable
10044 empty_shared_hash = shared_hash_pool.allocate (); in vt_initialize()
10458 shared_hash_pool.release (); in vt_finalize()
H A DChangeLog-200918493 (shared_hash_pool, empty_shared_hash): New variables.
18528 (vt_initialize): Likewise. Initialize shared_hash_pool and
18546 free_alloc_pool on shared_hash_pool.
H A DChangeLog-201516332 location_chain_pool, shared_hash_pool, loc_exp_dep_pool): Likewise.