Home
last modified time | relevance | path

Searched refs:a_state_try_fit_after_cg (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgcpriv.h465 a_state_try_fit_after_cg, enumerator
H A Dgc.cpp12270 case a_state_try_fit_after_cg: in allocate_small()
12318 a_state_try_fit_after_cg : in allocate_small()
12333 soh_alloc_state = a_state_try_fit_after_cg; in allocate_small()
12399 soh_alloc_state = a_state_try_fit_after_cg; in allocate_small()
12423 … soh_alloc_state = (got_full_compacting_gc ? a_state_try_fit_after_cg : a_state_cant_allocate); in allocate_small()
12840 case a_state_try_fit_after_cg: in allocate_large()
12932 a_state_try_fit_after_cg : in allocate_large()
12941 … loh_alloc_state = (got_full_compacting_gc ? a_state_try_fit_after_cg : a_state_cant_allocate); in allocate_large()