Home
last modified time | relevance | path

Searched refs:gs_ref_memory_t (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsalloc.h24 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
41 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, size_t val);
42 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
50 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
56 void ialloc_free_state(gs_ref_memory_t *);
63 int ialloc_add_clump(gs_ref_memory_t *, ulong, client_name_t);
68 void ialloc_gc_prepare(gs_ref_memory_t *);
71 void ialloc_reset(gs_ref_memory_t *);
74 void ialloc_reset_free(gs_ref_memory_t *);
77 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
H A Dgsalloc.c1022 gs_ref_memory_t * imem = (gs_ref_memory_t *)mem; in i_free_all()
1155 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes()
1189 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes_immovable()
1212 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct()
1245 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_immovable()
1287 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array()
1313 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array_immovable()
1340 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array()
1374 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array_immovable()
1401 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_resize_object()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsalloc.h24 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
41 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, size_t val);
42 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
50 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
56 void ialloc_free_state(gs_ref_memory_t *);
63 int ialloc_add_clump(gs_ref_memory_t *, ulong, client_name_t);
68 void ialloc_gc_prepare(gs_ref_memory_t *);
71 void ialloc_reset(gs_ref_memory_t *);
74 void ialloc_reset_free(gs_ref_memory_t *);
77 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsalloc.h24 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
41 void gs_memory_gc_status(const gs_ref_memory_t *, gs_memory_gc_status_t *);
43 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, long val);
44 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
52 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
59 int ialloc_add_chunk(gs_ref_memory_t *, ulong, client_name_t);
64 void ialloc_gc_prepare(gs_ref_memory_t *);
67 void ialloc_reset(gs_ref_memory_t *);
70 void ialloc_reset_free(gs_ref_memory_t *);
73 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
H A Dgsalloc.c398 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_free_all()
531 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes()
556 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes_immovable()
569 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct()
597 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_immovable()
610 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array()
624 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array_immovable()
639 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array()
664 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array_immovable()
682 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_resize_object()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsalloc.h26 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
43 void gs_memory_gc_status(const gs_ref_memory_t *, gs_memory_gc_status_t *);
45 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, long val);
46 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
54 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
61 int ialloc_add_chunk(gs_ref_memory_t *, ulong, client_name_t);
66 void ialloc_gc_prepare(gs_ref_memory_t *);
69 void ialloc_reset(gs_ref_memory_t *);
72 void ialloc_reset_free(gs_ref_memory_t *);
75 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
H A Dgsalloc.c405 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_free_all()
538 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes()
568 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes_immovable()
587 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct()
620 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_immovable()
638 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array()
659 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array_immovable()
681 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array()
711 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array_immovable()
734 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_resize_object()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsalloc.h26 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
43 void gs_memory_gc_status(const gs_ref_memory_t *, gs_memory_gc_status_t *);
45 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, long val);
46 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
54 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
61 int ialloc_add_chunk(gs_ref_memory_t *, ulong, client_name_t);
66 void ialloc_gc_prepare(gs_ref_memory_t *);
69 void ialloc_reset(gs_ref_memory_t *);
72 void ialloc_reset_free(gs_ref_memory_t *);
75 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
H A Dgsalloc.c405 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_free_all()
538 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes()
568 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes_immovable()
587 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct()
620 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_immovable()
638 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array()
659 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array_immovable()
681 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array()
711 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array_immovable()
734 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_resize_object()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsalloc.h24 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
41 void gs_memory_gc_status(const gs_ref_memory_t *, gs_memory_gc_status_t *);
43 void gs_memory_set_vm_threshold(gs_ref_memory_t * mem, long val);
44 void gs_memory_set_vm_reclaim(gs_ref_memory_t * mem, bool enabled);
52 gs_ref_memory_t *ialloc_alloc_state(gs_memory_t *, uint);
59 int ialloc_add_chunk(gs_ref_memory_t *, ulong, client_name_t);
64 void ialloc_gc_prepare(gs_ref_memory_t *);
67 void ialloc_reset(gs_ref_memory_t *);
70 void ialloc_reset_free(gs_ref_memory_t *);
73 void ialloc_set_limit(gs_ref_memory_t *);
[all …]
H A Dgsalloc.c398 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_free_all()
531 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes()
556 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_bytes_immovable()
569 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct()
597 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_immovable()
610 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array()
624 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_byte_array_immovable()
639 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array()
664 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_alloc_struct_array_immovable()
682 gs_ref_memory_t * const imem = (gs_ref_memory_t *)mem; in i_resize_object()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgsalloc.h29 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
46 void gs_memory_gc_status(P2(const gs_ref_memory_t *, gs_memory_gc_status_t *));
47 void gs_memory_set_gc_status(P2(gs_ref_memory_t *, const gs_memory_gc_status_t *));
55 gs_ref_memory_t *ialloc_alloc_state(P2(gs_raw_memory_t *, uint));
62 int ialloc_add_chunk(P3(gs_ref_memory_t *, ulong, client_name_t));
67 void ialloc_gc_prepare(P1(gs_ref_memory_t *));
70 void ialloc_reset(P1(gs_ref_memory_t *));
73 void ialloc_reset_free(P1(gs_ref_memory_t *));
76 void ialloc_set_limit(P1(gs_ref_memory_t *));
79 void ialloc_consolidate_free(P1(gs_ref_memory_t *));
H A Disave.c270 gs_ref_memory_t *mem; in alloc_set_masks()
375 gs_ref_memory_t save_mem; in alloc_save_space()
481 gs_ref_memory_t *mem = in alloc_save_change()
640 gs_ref_memory_t *mem = lmem; in alloc_restore_step_in()
755 gs_ref_memory_t *mem; in alloc_restore_all()
803 restore_finalize(gs_ref_memory_t * mem) in restore_finalize()
848 restore_free(gs_ref_memory_t * mem) in restore_free()
908 combine_space(gs_ref_memory_t * mem) in combine_space()
911 gs_ref_memory_t *omem = &saved->state; in combine_space()
989 forget_changes(gs_ref_memory_t * mem) in forget_changes()
[all …]
H A Diparam.h49 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
97 const ref *, bool, gs_ref_memory_t *));
99 const ref *, gs_ref_memory_t *));
101 const ref *, bool, gs_ref_memory_t *));
103 const ref *, gs_ref_memory_t *));
105 const ref *, bool, gs_ref_memory_t *));
107 const ref *, bool, gs_ref_memory_t *));
109 const ref *, gs_ref_memory_t *));
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgsalloc.h29 typedef struct gs_ref_memory_s gs_ref_memory_t; typedef
46 void gs_memory_gc_status(P2(const gs_ref_memory_t *, gs_memory_gc_status_t *));
47 void gs_memory_set_gc_status(P2(gs_ref_memory_t *, const gs_memory_gc_status_t *));
55 gs_ref_memory_t *ialloc_alloc_state(P2(gs_raw_memory_t *, uint));
62 int ialloc_add_chunk(P3(gs_ref_memory_t *, ulong, client_name_t));
67 void ialloc_gc_prepare(P1(gs_ref_memory_t *));
70 void ialloc_reset(P1(gs_ref_memory_t *));
73 void ialloc_reset_free(P1(gs_ref_memory_t *));
76 void ialloc_set_limit(P1(gs_ref_memory_t *));
79 void ialloc_consolidate_free(P1(gs_ref_memory_t *));
H A Disave.c270 gs_ref_memory_t *mem; in alloc_set_masks()
375 gs_ref_memory_t save_mem; in alloc_save_space()
481 gs_ref_memory_t *mem = in alloc_save_change()
640 gs_ref_memory_t *mem = lmem; in alloc_restore_step_in()
755 gs_ref_memory_t *mem; in alloc_restore_all()
803 restore_finalize(gs_ref_memory_t * mem) in restore_finalize()
848 restore_free(gs_ref_memory_t * mem) in restore_free()
908 combine_space(gs_ref_memory_t * mem) in combine_space()
911 gs_ref_memory_t *omem = &saved->state; in combine_space()
989 forget_changes(gs_ref_memory_t * mem) in forget_changes()
[all …]
H A Diparam.h49 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
97 const ref *, bool, gs_ref_memory_t *));
99 const ref *, gs_ref_memory_t *));
101 const ref *, bool, gs_ref_memory_t *));
103 const ref *, gs_ref_memory_t *));
105 const ref *, bool, gs_ref_memory_t *));
107 const ref *, bool, gs_ref_memory_t *));
109 const ref *, gs_ref_memory_t *));
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Diparam.h44 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
92 const ref *, bool, gs_ref_memory_t *);
94 const ref *, gs_ref_memory_t *);
96 const ref *, bool, gs_ref_memory_t *);
98 const ref *, gs_ref_memory_t *);
100 const ref *, bool, gs_ref_memory_t *);
102 const ref *, bool, gs_ref_memory_t *);
104 const ref *, gs_ref_memory_t *);
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Diparam.h46 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
94 const ref *, bool, gs_ref_memory_t *);
96 const ref *, gs_ref_memory_t *);
98 const ref *, bool, gs_ref_memory_t *);
100 const ref *, gs_ref_memory_t *);
102 const ref *, bool, gs_ref_memory_t *);
104 const ref *, bool, gs_ref_memory_t *);
106 const ref *, gs_ref_memory_t *);
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Diparam.h48 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
96 const ref *, bool, gs_ref_memory_t *);
98 const ref *, gs_ref_memory_t *);
100 const ref *, bool, gs_ref_memory_t *);
102 const ref *, gs_ref_memory_t *);
104 const ref *, bool, gs_ref_memory_t *);
106 const ref *, bool, gs_ref_memory_t *);
108 const ref *, gs_ref_memory_t *);
H A Dialloc.c43 gs_ref_memory_t *igmem = 0; in ialloc_init()
44 gs_ref_memory_t *igmem_stable = 0; in ialloc_init()
95 gs_ref_memory_t *ilmem = mem->space_local; in ialloc_finit()
96 gs_ref_memory_t *igmem = mem->space_global; in ialloc_finit()
97 gs_ref_memory_t *ismem = mem->space_system; in ialloc_finit()
100 gs_ref_memory_t *ilmem_stable = (gs_ref_memory_t *)(ilmem->stable_memory); in ialloc_finit()
106 gs_ref_memory_t *igmem_stable = (gs_ref_memory_t *)(igmem->stable_memory); in ialloc_finit()
120 imemory_space(const gs_ref_memory_t * iimem) in imemory_space()
138 imemory_new_mask(const gs_ref_memory_t *imem) in imemory_new_mask()
145 imemory_save_level(const gs_ref_memory_t *imem) in imemory_save_level()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Diparam.h48 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
96 const ref *, bool, gs_ref_memory_t *);
98 const ref *, gs_ref_memory_t *);
100 const ref *, bool, gs_ref_memory_t *);
102 const ref *, gs_ref_memory_t *);
104 const ref *, bool, gs_ref_memory_t *);
106 const ref *, bool, gs_ref_memory_t *);
108 const ref *, gs_ref_memory_t *);
H A Dialloc.c43 gs_ref_memory_t *igmem = 0; in ialloc_init()
44 gs_ref_memory_t *igmem_stable = 0; in ialloc_init()
95 gs_ref_memory_t *ilmem = mem->space_local; in ialloc_finit()
96 gs_ref_memory_t *igmem = mem->space_global; in ialloc_finit()
97 gs_ref_memory_t *ismem = mem->space_system; in ialloc_finit()
100 gs_ref_memory_t *ilmem_stable = (gs_ref_memory_t *)(ilmem->stable_memory); in ialloc_finit()
106 gs_ref_memory_t *igmem_stable = (gs_ref_memory_t *)(igmem->stable_memory); in ialloc_finit()
120 imemory_space(const gs_ref_memory_t * iimem) in imemory_space()
138 imemory_new_mask(const gs_ref_memory_t *imem) in imemory_new_mask()
145 imemory_save_level(const gs_ref_memory_t *imem) in imemory_save_level()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Diparam.h46 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
94 const ref *, bool, gs_ref_memory_t *);
96 const ref *, gs_ref_memory_t *);
98 const ref *, bool, gs_ref_memory_t *);
100 const ref *, gs_ref_memory_t *);
102 const ref *, bool, gs_ref_memory_t *);
104 const ref *, bool, gs_ref_memory_t *);
106 const ref *, gs_ref_memory_t *);
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Diparam.h44 gs_ref_memory_t *ref_memory; /* a properly typed copy of memory */\
92 const ref *, bool, gs_ref_memory_t *);
94 const ref *, gs_ref_memory_t *);
96 const ref *, bool, gs_ref_memory_t *);
98 const ref *, gs_ref_memory_t *);
100 const ref *, bool, gs_ref_memory_t *);
102 const ref *, bool, gs_ref_memory_t *);
104 const ref *, gs_ref_memory_t *);

12345678910>>...19