Home
last modified time | relevance | path

Searched refs:clump_t (Results 1 – 18 of 18) sorted by relevance

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxalloc.h126 typedef struct clump_s clump_t; typedef
147 clump_t *left; /* splay tree left clump */
234 void alloc_init_clump(clump_t *, byte *, byte *, bool, clump_t *);
237 void alloc_init_free_strings(clump_t *);
251 clump_t *cp; /* one-element cache */
339 clump_t *cc; /* current clump */
397 clump_t *cp;\
477 clump_t *clump_splay_app(clump_t *root, gs_ref_memory_t *imem, splay_app_result_t (*fn)(clump_t *, …
497 clump_t *cp;
500 clump_t *end;
[all …]
H A Dgsalloc.c309 clump_t *
329 clump_t *
353 clump_t *
366 clump_t *
441 clump_t *
503 static clump_t *
556 clump_t *
763 clump_t *cp; in ialloc_alloc_state()
843 clump_t *cp; in ialloc_free_state()
863 clump_t *cp; in ialloc_add_clump()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxalloc.h126 typedef struct clump_s clump_t; typedef
147 clump_t *left; /* splay tree left clump */
234 void alloc_init_clump(clump_t *, byte *, byte *, bool, clump_t *);
237 void alloc_init_free_strings(clump_t *);
251 clump_t *cp; /* one-element cache */
339 clump_t *cc; /* current clump */
397 clump_t *cp;\
477 clump_t *clump_splay_app(clump_t *root, gs_ref_memory_t *imem, splay_app_result_t (*fn)(clump_t *, …
497 clump_t *cp;
500 clump_t *end;
[all …]
H A Dgsalloc.c309 clump_t *
329 clump_t *
353 clump_t *
366 clump_t *
441 clump_t *
503 static clump_t *
556 clump_t *
763 clump_t *cp; in ialloc_alloc_state()
843 clump_t *cp; in ialloc_free_state()
863 clump_t *cp; in ialloc_add_clump()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Digcstr.h25 clump_t *gc_locate(const void *, gc_state_t *);
28 void gc_strings_set_marks(clump_t *, bool);
30 void gc_strings_clear_reloc(clump_t *);
31 void gc_strings_set_reloc(clump_t *);
32 void gc_strings_compact(clump_t *, const gs_memory_t *);
H A Digcstr.c27 static bool gc_mark_string(const byte *, uint, bool, const clump_t *);
31 gc_strings_set_marks(clump_t * cp, bool mark) in gc_strings_set_marks()
64 gc_mark_string(const byte * ptr, uint size, bool set, const clump_t * cp) in gc_mark_string()
133 const clump_t *cp; in gc_string_mark()
169 const clump_t *scp = cp; in gc_string_mark()
197 gc_strings_clear_reloc(clump_t * cp) in gc_strings_clear_reloc()
225 gc_strings_set_reloc(clump_t * cp) in gc_strings_set_reloc()
283 const clump_t *cp; in igc_reloc_string()
344 gc_strings_compact(clump_t * cp, const gs_memory_t *mem) in gc_strings_compact()
H A Digc.h70 clump_t *container;
81 void ialloc_validate_clump(const clump_t *, gc_state_t *);
82 void ialloc_validate_object(const obj_header_t *, const clump_t *,
H A Dilocate.c35 static int do_validate_clump(const clump_t * cp, gc_state_t * gcst);
36 static int do_validate_object(const obj_header_t * ptr, const clump_t * cp,
45 clump_t *
158 clump_t *cc;
249 const clump_t *cp; in ialloc_validate_memory()
307 do_validate_clump(const clump_t * cp, gc_state_t * gcst) in do_validate_clump()
382 ialloc_validate_clump(const clump_t * cp, gc_state_t * gcst) in ialloc_validate_clump()
575 do_validate_object(const obj_header_t * ptr, const clump_t * cp, in do_validate_object()
623 ialloc_validate_object(const obj_header_t * ptr, const clump_t * cp, in ialloc_validate_object()
642 ialloc_validate_clump(const clump_t * cp, gc_state_t * gcst) in ialloc_validate_clump()
[all …]
H A Digc.c76 static void gc_clear_reloc(clump_t *);
77 static void gc_objects_set_reloc(gc_state_t * gcst, clump_t *);
79 static void gc_objects_compact(clump_t *, gc_state_t *);
170 clump_t *cp; in gs_gc_reclaim()
1058 clump_t *cp = gc_locate(cptr, pstate); in gc_extend_stack()
1142 gc_init_reloc(clump_t * cp) in gc_init_reloc()
1155 gc_clear_reloc(clump_t * cp) in gc_clear_reloc()
1177 gc_objects_set_reloc(gc_state_t * gcst, clump_t * cp) in gc_objects_set_reloc()
1288 clump_t *cp = gcst->container; in igc_reloc_struct_ptr()
1328 gc_objects_compact(clump_t * cp, gc_state_t * gcst) in gc_objects_compact()
[all …]
H A Disave.c408 clump_t *cp; in alloc_save_space()
409 clump_t *new_cc = NULL; in alloc_save_space()
423 clump_t *inner = in alloc_save_space()
940 clump_t *cp; in restore_finalize()
1061 clump_t *cp; in combine_space()
1069 clump_t *outer = cp->outer; in combine_space()
H A Dialloc.c216 clump_t *cc = mem->cc; in gs_alloc_ref_array()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Digcstr.h25 clump_t *gc_locate(const void *, gc_state_t *);
28 void gc_strings_set_marks(clump_t *, bool);
30 void gc_strings_clear_reloc(clump_t *);
31 void gc_strings_set_reloc(clump_t *);
32 void gc_strings_compact(clump_t *, const gs_memory_t *);
H A Digcstr.c27 static bool gc_mark_string(const byte *, uint, bool, const clump_t *);
31 gc_strings_set_marks(clump_t * cp, bool mark) in gc_strings_set_marks()
64 gc_mark_string(const byte * ptr, uint size, bool set, const clump_t * cp) in gc_mark_string()
133 const clump_t *cp; in gc_string_mark()
169 const clump_t *scp = cp; in gc_string_mark()
197 gc_strings_clear_reloc(clump_t * cp) in gc_strings_clear_reloc()
225 gc_strings_set_reloc(clump_t * cp) in gc_strings_set_reloc()
283 const clump_t *cp; in igc_reloc_string()
344 gc_strings_compact(clump_t * cp, const gs_memory_t *mem) in gc_strings_compact()
H A Digc.h70 clump_t *container;
81 void ialloc_validate_clump(const clump_t *, gc_state_t *);
82 void ialloc_validate_object(const obj_header_t *, const clump_t *,
H A Dilocate.c35 static int do_validate_clump(const clump_t * cp, gc_state_t * gcst);
36 static int do_validate_object(const obj_header_t * ptr, const clump_t * cp,
45 clump_t *
158 clump_t *cc;
249 const clump_t *cp; in ialloc_validate_memory()
307 do_validate_clump(const clump_t * cp, gc_state_t * gcst) in do_validate_clump()
382 ialloc_validate_clump(const clump_t * cp, gc_state_t * gcst) in ialloc_validate_clump()
575 do_validate_object(const obj_header_t * ptr, const clump_t * cp, in do_validate_object()
623 ialloc_validate_object(const obj_header_t * ptr, const clump_t * cp, in ialloc_validate_object()
642 ialloc_validate_clump(const clump_t * cp, gc_state_t * gcst) in ialloc_validate_clump()
[all …]
H A Digc.c76 static void gc_clear_reloc(clump_t *);
77 static void gc_objects_set_reloc(gc_state_t * gcst, clump_t *);
79 static void gc_objects_compact(clump_t *, gc_state_t *);
170 clump_t *cp; in gs_gc_reclaim()
1058 clump_t *cp = gc_locate(cptr, pstate); in gc_extend_stack()
1142 gc_init_reloc(clump_t * cp) in gc_init_reloc()
1155 gc_clear_reloc(clump_t * cp) in gc_clear_reloc()
1177 gc_objects_set_reloc(gc_state_t * gcst, clump_t * cp) in gc_objects_set_reloc()
1288 clump_t *cp = gcst->container; in igc_reloc_struct_ptr()
1328 gc_objects_compact(clump_t * cp, gc_state_t * gcst) in gc_objects_compact()
[all …]
H A Disave.c408 clump_t *cp; in alloc_save_space()
409 clump_t *new_cc = NULL; in alloc_save_space()
423 clump_t *inner = in alloc_save_space()
940 clump_t *cp; in restore_finalize()
1061 clump_t *cp; in combine_space()
1069 clump_t *outer = cp->outer; in combine_space()
H A Dialloc.c216 clump_t *cc = mem->cc; in gs_alloc_ref_array()