Home
last modified time | relevance | path

Searched defs:ggc_internal_alloc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-none.c44 ggc_internal_alloc (size_t size, void (*f)(void *), size_t, size_t in ggc_internal_alloc() function
H A Dggc.h128 ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO) in ggc_internal_alloc() function
H A Dggc-page.c1263 ggc_internal_alloc (size_t size, void (*f)(void *), size_t s, size_t n in ggc_internal_alloc() function
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dggc.h150 #define ggc_internal_alloc(s) ggc_internal_alloc_stat (s MEM_STAT_INFO) macro