Searched refs:m_allocator (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | alloc-pool.h | 486 m_allocator (name, sizeof (T) PASS_MEM_STAT) {} in object_allocator() 491 m_allocator.release (); in release() 496 m_allocator.release_if_empty (); in release_if_empty() 505 return ::new (m_allocator.allocate ()) T; in allocate() 515 return m_allocator.allocate (); in allocate_raw() 524 m_allocator.remove (object); in remove() 530 m_allocator.remove (object); in remove_raw() 536 return m_allocator.num_elts_current (); in num_elts_current() 540 pool_allocator m_allocator;
|
H A D | fibonacci_heap.h | 154 m_allocator (allocator), m_own_allocator (false) 156 if (!m_allocator) 158 m_allocator = new pool_allocator ("Fibonacci heap", 174 m_allocator->remove (n); in ~fibonacci_heap() 177 delete m_allocator; in ~fibonacci_heap() local 283 pool_allocator *m_allocator; variable 360 fibonacci_node<K,V> *node = new (m_allocator->allocate ()) in insert() 468 m_allocator->remove (z); in extract_min() 506 gcc_checking_assert (m_allocator == heapb->m_allocator); in union_with()
|
H A D | symbol-summary.h | 40 m_allocator ("function summary" PASS_MEM_STAT) in function_summary_base() 109 : m_allocator.allocate () ; in allocate_new() 118 m_allocator.remove (item); in release() 146 object_allocator<T> m_allocator; variable 574 m_allocator ("call summary" PASS_MEM_STAT) 616 : m_allocator.allocate (); 625 m_allocator.remove (item); 651 object_allocator<T> m_allocator;
|
H A D | tree-ssa-threadupdate.h | 79 jump_thread_path_allocator m_allocator; variable
|
H A D | tree-ssa-threadupdate.cc | 203 jump_thread_edge *x = m_allocator.allocate_thread_edge (e, type); in push_edge() 210 return m_allocator.allocate_thread_path (); in allocate_thread_path()
|
H A D | ChangeLog-2019 | 3212 (fibonacci_heap<K,V>::m_allocator): New. 7023 * symbol-summary.h: Rename allocator to m_allocator and
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | alloc-pool.h | 486 m_allocator (name, sizeof (T) PASS_MEM_STAT) {} in object_allocator() 491 m_allocator.release (); in release() 496 m_allocator.release_if_empty (); in release_if_empty() 505 return ::new (m_allocator.allocate ()) T; in allocate() 515 return m_allocator.allocate (); in allocate_raw() 524 m_allocator.remove (object); in remove() 530 return m_allocator.num_elts_current (); in num_elts_current() 534 pool_allocator m_allocator;
|
H A D | fibonacci_heap.h | 154 m_allocator (allocator), m_own_allocator (false) 156 if (!m_allocator) 158 m_allocator = new pool_allocator ("Fibonacci heap", 174 m_allocator->remove (n); in ~fibonacci_heap() 177 delete m_allocator; in ~fibonacci_heap() local 283 pool_allocator *m_allocator; variable 360 fibonacci_node<K,V> *node = new (m_allocator->allocate ()) in insert() 468 m_allocator->remove (z); in extract_min() 506 gcc_checking_assert (m_allocator == heapb->m_allocator); in union_with()
|
H A D | symbol-summary.h | 34 m_allocator ("function summary" PASS_MEM_STAT) in function_summary_base() 65 : m_allocator.allocate () ; in allocate_new() 74 m_allocator.remove (item); in release() 97 object_allocator<T> m_allocator; variable 542 m_allocator ("call summary" PASS_MEM_STAT) 558 : m_allocator.allocate (); 567 m_allocator.remove (item); 588 object_allocator<T> m_allocator;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-recording.c | 249 allocator m_allocator; variable 259 m_allocator () in reproducer() 322 candidate = m_allocator.xstrdup_printf ("%s_%p", candidate, ptr); in ensure_identifier_is_unique() 338 char *buf = m_allocator.xstrdup_printf ("%s_%s", in make_identifier() 345 result = m_allocator.xstrdup_printf ("%s_%p", in make_identifier() 358 return m_allocator.xstrdup_printf ("%s_%s", in make_tmp_identifier() 368 return m_allocator.xstrdup_printf ("ctxt_%p", in get_identifier() 445 result = m_allocator.xstrdup_printf_va (fmt, ap); in xstrdup_printf()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-recording.cc | 249 allocator m_allocator; member in gcc::jit::reproducer 259 m_allocator () in reproducer() 322 candidate = m_allocator.xstrdup_printf ("%s_%p", candidate, ptr); in ensure_identifier_is_unique() 338 char *buf = m_allocator.xstrdup_printf ("%s_%s", in make_identifier() 345 result = m_allocator.xstrdup_printf ("%s_%p", in make_identifier() 358 return m_allocator.xstrdup_printf ("%s_%s", in make_tmp_identifier() 368 return m_allocator.xstrdup_printf ("ctxt_%p", in get_identifier() 445 result = m_allocator.xstrdup_printf_va (fmt, ap); in xstrdup_printf()
|