Searched refs:dl_pool (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c355 static object_allocator<_deps_list> *dl_pool;
373 deps_list_t l = dl_pool->allocate ();
390 dl_pool->remove (l);
4115 dl_pool = new object_allocator<_deps_list> ("deps_list");
4165 delete dl_pool;
4167 dl_pool = NULL;
354 static object_allocator<_deps_list> *dl_pool; variable
4155 delete dl_pool; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc355 static object_allocator<_deps_list> *dl_pool;
373 deps_list_t l = dl_pool->allocate ();
390 dl_pool->remove (l);
4098 dl_pool = new object_allocator<_deps_list> ("deps_list");
4148 delete dl_pool;
4150 dl_pool = NULL;
354 static object_allocator<_deps_list> *dl_pool; variable

Completed in 208 milliseconds