Home
last modified time | relevance | path

Searched refs:m_allocator (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dalloc-pool.h486 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;
Dfibonacci_heap.h154 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()
Dsymbol-summary.h40 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;
Dtree-ssa-threadupdate.h79 jump_thread_path_allocator m_allocator; variable
Dtree-ssa-threadupdate.cc203 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()
DChangeLog-20193212 (fibonacci_heap<K,V>::m_allocator): New.
7023 * symbol-summary.h: Rename allocator to m_allocator and