Searched refs:strinfo_pool (Results 1 – 3 of 3) sorted by relevance
144 static object_allocator<strinfo> strinfo_pool ("strinfo pool");680 strinfo *si = strinfo_pool.allocate (); in new_strinfo()704 strinfo_pool.remove (si); in free_strinfo()5933 strinfo_pool.release (); in printf_strlen_execute()
145 static object_allocator<strinfo> strinfo_pool ("strinfo pool"); variable755 strinfo *si = strinfo_pool.allocate (); in new_strinfo()779 strinfo_pool.remove (si); in free_strinfo()5881 strinfo_pool.release (); in printf_strlen_execute()
16329 * tree-ssa-strlen.c (strinfo_pool): Likewise.