Searched refs:ialloc_validate_ref_packed (Results 1 – 1 of 1) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | ilocate.c | 292 private void ialloc_validate_ref_packed(const ref_packed *, gc_state_t *, const obj_header_t *pre_f… 295 private void ialloc_validate_ref_packed(const ref_packed *, gc_state_t *); 318 ialloc_validate_ref_packed(rp, gcst, pre); in ialloc_validate_chunk() 320 ialloc_validate_ref_packed(rp, gcst); in ialloc_validate_chunk() 344 ialloc_validate_ref_packed(eptr.ptr, gcst, pre); in ialloc_validate_chunk() 346 ialloc_validate_ref_packed(eptr.ptr, gcst); in ialloc_validate_chunk() 355 ialloc_validate_ref_packed(const ref_packed * rp, gc_state_t * gcst, const obj_header_t *pre_fr) in ialloc_validate_ref_packed() function 370 ialloc_validate_ref_packed(const ref_packed * rp, gc_state_t * gcst) in ialloc_validate_ref_packed() function
|