Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/gc/
H A Dgc.cpp12221 allocation_state soh_alloc_state = a_state_start; in allocate_small() local
12227 switch (soh_alloc_state) in allocate_small()
12236 soh_alloc_state = a_state_try_fit; in allocate_small()
12247 soh_alloc_state = (can_use_existing_p ? in allocate_small()
12263 soh_alloc_state = (can_use_existing_p ? in allocate_small()
12281 soh_alloc_state = a_state_cant_allocate; in allocate_small()
12288 soh_alloc_state = a_state_can_allocate; in allocate_small()
12317 soh_alloc_state = (did_full_compacting_gc ? in allocate_small()
12333 soh_alloc_state = a_state_try_fit_after_cg; in allocate_small()
12435 if (soh_alloc_state == a_state_cant_allocate) in allocate_small()
[all …]