Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Digc.h81 void ialloc_validate_memory(const gs_ref_memory_t *, gc_state_t *);
H A Dilocate.c219 ialloc_validate_memory(mem, &state); in ialloc_validate_spaces()
221 ialloc_validate_memory((gs_ref_memory_t *)mem->stable_memory, in ialloc_validate_spaces()
236 ialloc_validate_memory(const gs_ref_memory_t * mem, gc_state_t * gcst) in ialloc_validate_memory() function
568 ialloc_validate_memory(const gs_ref_memory_t * mem, gc_state_t * gcst) in ialloc_validate_memory() function
H A Digc.c149 ialloc_validate_memory(mem, gcst); in gc_validate_spaces()