Searched defs:gs_main_instance_s (Results 1 – 1 of 1) sorted by relevance
64 struct gs_main_instance_s { struct66 gs_memory_t *heap; /* (C) heap allocator */67 uint memory_chunk_size; /* 'wholesale' allocation unit */68 ulong name_table_size;69 uint run_buffer_size;70 int init_done; /* highest init done so far */71 int user_errors; /* define what to do with errors */72 bool search_here_first; /* if true, make '.' first lib dir */73 bool run_start; /* if true, run 'start' after */75 gs_file_path lib_path; /* library search list (GS_LIB) */[all …]