HomeSort by: relevance | last modified time | path
    Searched defs:m_allocator (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-threadupdate.h 79 jump_thread_path_allocator m_allocator; member in class:jt_path_registry
alloc-pool.h 486 m_allocator (name, sizeof (T) PASS_MEM_STAT) {}
491 m_allocator.release ();
496 m_allocator.release_if_empty ();
505 return ::new (m_allocator.allocate ()) T;
515 return m_allocator.allocate ();
524 m_allocator.remove (object);
530 m_allocator.remove (object);
536 return m_allocator.num_elts_current ();
540 pool_allocator m_allocator; member in class:object_allocator
fibonacci_heap.h 154 m_allocator (allocator), m_own_allocator (false)
156 if (!m_allocator)
158 m_allocator = new pool_allocator ("Fibonacci heap",
167 /* Actual memory will be released by the destructor of m_allocator. */
174 m_allocator->remove (n);
177 delete m_allocator;
283 pool_allocator *m_allocator; member in class:fibonacci_heap
360 fibonacci_node<K,V> *node = new (m_allocator->allocate ())
468 m_allocator->remove (z);
506 gcc_checking_assert (m_allocator == heapb->m_allocator)
    [all...]
symbol-summary.h 40 m_allocator ("function summary" PASS_MEM_STAT)
109 : m_allocator.allocate () ;
118 m_allocator.remove (item);
146 object_allocator<T> m_allocator; member in class:function_summary_base
574 m_allocator ("call summary" PASS_MEM_STAT)
616 : m_allocator.allocate ();
625 m_allocator.remove (item);
651 object_allocator<T> m_allocator; member in class:call_summary_base
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-threadupdate.h 79 jump_thread_path_allocator m_allocator; member in class:jt_path_registry
alloc-pool.h 486 m_allocator (name, sizeof (T) PASS_MEM_STAT) {}
491 m_allocator.release ();
496 m_allocator.release_if_empty ();
505 return ::new (m_allocator.allocate ()) T;
515 return m_allocator.allocate ();
524 m_allocator.remove (object);
530 m_allocator.remove (object);
536 return m_allocator.num_elts_current ();
540 pool_allocator m_allocator; member in class:object_allocator
fibonacci_heap.h 154 m_allocator (allocator), m_own_allocator (false)
156 if (!m_allocator)
158 m_allocator = new pool_allocator ("Fibonacci heap",
167 /* Actual memory will be released by the destructor of m_allocator. */
174 m_allocator->remove (n);
177 delete m_allocator;
283 pool_allocator *m_allocator; member in class:fibonacci_heap
360 fibonacci_node<K,V> *node = new (m_allocator->allocate ())
468 m_allocator->remove (z);
506 gcc_checking_assert (m_allocator == heapb->m_allocator)
    [all...]
symbol-summary.h 40 m_allocator ("function summary" PASS_MEM_STAT)
109 : m_allocator.allocate () ;
118 m_allocator.remove (item);
146 object_allocator<T> m_allocator; member in class:function_summary_base
574 m_allocator ("call summary" PASS_MEM_STAT)
616 : m_allocator.allocate ();
625 m_allocator.remove (item);
651 object_allocator<T> m_allocator; member in class:call_summary_base
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.cc 249 allocator m_allocator; member in class:gcc::jit::reproducer
259 m_allocator ()
322 candidate = m_allocator.xstrdup_printf ("%s_%p", candidate, ptr);
338 char *buf = m_allocator.xstrdup_printf ("%s_%s",
345 result = m_allocator.xstrdup_printf ("%s_%p",
358 return m_allocator.xstrdup_printf ("%s_%s",
368 return m_allocator.xstrdup_printf ("ctxt_%p",
445 result = m_allocator.xstrdup_printf_va (fmt, ap);
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.cc 249 allocator m_allocator; member in class:gcc::jit::reproducer
259 m_allocator ()
322 candidate = m_allocator.xstrdup_printf ("%s_%p", candidate, ptr);
338 char *buf = m_allocator.xstrdup_printf ("%s_%s",
345 result = m_allocator.xstrdup_printf ("%s_%p",
358 return m_allocator.xstrdup_printf ("%s_%s",
368 return m_allocator.xstrdup_printf ("ctxt_%p",
445 result = m_allocator.xstrdup_printf_va (fmt, ap);

Completed in 38 milliseconds