Searched refs:ialloc_validate_ref (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | ilocate.c | 291 private void ialloc_validate_ref(const ref *, gc_state_t *, const obj_header_t *pre_fr); 294 private void ialloc_validate_ref(const ref *, gc_state_t *); 363 ialloc_validate_ref(&unpacked, gcst, pre_fr); in ialloc_validate_ref_packed() 365 ialloc_validate_ref((const ref *)rp, gcst, pre_fr); in ialloc_validate_ref_packed() 378 ialloc_validate_ref(&unpacked, gcst); in ialloc_validate_ref_packed() 380 ialloc_validate_ref((const ref *)rp, gcst); in ialloc_validate_ref_packed() 385 ialloc_validate_ref(const ref * pref, gc_state_t * gcst in ialloc_validate_ref() function
|