Searched defs:gs_ref_memory_s (Results 1 – 1 of 1) sorted by relevance
333 struct gs_ref_memory_s { struct336 uint chunk_size;337 uint large_size; /* min size to give large object */340 uint space; /* a_local, a_global, a_system */342 unsigned space_id:3; /* r_space_bits + 1 bit for "instability". */346 gs_memory_gc_status_t gc_status;348 bool is_controlled; /* if true, this allocator doesn't manage */350 ulong limit; /* signal a VMerror when total */352 chunk_t *cfirst; /* head of chunk list */353 chunk_t *clast; /* tail of chunk list */[all …]