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

  /src/external/gpl3/gcc/dist/gcc/
ggc-none.cc 44 ggc_internal_alloc (size_t size, void (*f)(void *), size_t, size_t function
ggc.h 130 extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t,
135 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
137 return ggc_internal_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
188 return static_cast<T *> (ggc_internal_alloc (sizeof (T), finalize<T>, 0, 1
191 return static_cast<T *> (ggc_internal_alloc (sizeof (T), NULL, 0, 1
203 return static_cast<T *> (ggc_internal_alloc (sizeof (T), NULL, 0, 1
225 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), finalize<T>,
228 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), NULL, 0, 0
249 return ggc_internal_alloc (s PASS_MEM_STAT);
307 (rtvec_def *) ggc_internal_alloc (sizeof (struct rtvec_def)
134 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) function
    [all...]
ggc-page.cc 728 access to smaller pieces of the area in ggc_internal_alloc. Discard the
1279 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n
1277 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n function
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-none.cc 44 ggc_internal_alloc (size_t size, void (*f)(void *), size_t, size_t function
ggc.h 128 extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t,
133 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
135 return ggc_internal_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
186 return static_cast<T *> (ggc_internal_alloc (sizeof (T), finalize<T>, 0, 1
189 return static_cast<T *> (ggc_internal_alloc (sizeof (T), NULL, 0, 1
201 return static_cast<T *> (ggc_internal_alloc (sizeof (T), NULL, 0, 1
223 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), finalize<T>,
226 return static_cast<T *> (ggc_internal_alloc (c * sizeof (T), NULL, 0, 0
247 return ggc_internal_alloc (s PASS_MEM_STAT);
305 (rtvec_def *) ggc_internal_alloc (sizeof (struct rtvec_def)
132 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) function
    [all...]
ggc-page.cc 728 access to smaller pieces of the area in ggc_internal_alloc. Discard the
1278 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n
1276 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n function

Completed in 27 milliseconds