Home
last modified time | relevance | path

Searched defs:ggc_alloc_atomic (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc.h228 ggc_alloc_atomic (size_t s CXX_MEM_STAT_INFO) in ggc_alloc_atomic() function
/dragonfly/contrib/gcc-4.7/gcc/
H A Dggc.h200 #define ggc_alloc_atomic(S) (ggc_alloc_atomic_stat ((S) MEM_STAT_INFO)) macro