Lines Matching refs:PARROT_INTERP

39 static void gc_inf_allocate_buffer_storage(PARROT_INTERP,
48 static Parrot_Buffer* gc_inf_allocate_bufferlike_header(PARROT_INTERP,
53 static void* gc_inf_allocate_fixed_size_storage(PARROT_INTERP, size_t size)
58 static void * gc_inf_allocate_memory_chunk(PARROT_INTERP, size_t size)
63 static void * gc_inf_allocate_memory_chunk_zeroed(PARROT_INTERP,
69 static void* gc_inf_allocate_pmc_attributes(PARROT_INTERP, ARGMOD(PMC *pmc))
75 static PMC* gc_inf_allocate_pmc_header(PARROT_INTERP, UINTVAL flags)
80 static STRING* gc_inf_allocate_string_header(PARROT_INTERP, UINTVAL flags)
83 static void gc_inf_allocate_string_storage(PARROT_INTERP,
90 static void gc_inf_compact_memory_pool(PARROT_INTERP);
91 static void gc_inf_free_bufferlike_header(PARROT_INTERP,
96 static void gc_inf_free_fixed_size_storage(PARROT_INTERP,
101 static void gc_inf_free_memory_chunk(PARROT_INTERP, ARGFREE(void *data))
104 static void gc_inf_free_pmc_attributes(PARROT_INTERP, ARGMOD(PMC *pmc))
108 static void gc_inf_free_pmc_header(PARROT_INTERP, ARGFREE(PMC *pmc))
111 static void gc_inf_free_string_header(PARROT_INTERP, ARGFREE(STRING *s))
115 static size_t gc_inf_get_gc_info(PARROT_INTERP, Interpinfo_enum what);
117 static void gc_inf_mark_and_sweep(PARROT_INTERP, UINTVAL flags);
118 static void gc_inf_mark_str_header(PARROT_INTERP,
122 static void gc_inf_reallocate_buffer_storage(PARROT_INTERP,
131 static void * gc_inf_reallocate_memory_chunk(PARROT_INTERP,
138 static void * gc_inf_reallocate_memory_chunk_zeroed(PARROT_INTERP,
143 static void gc_inf_reallocate_string_storage(PARROT_INTERP,
303 gc_inf_allocate_pmc_header(PARROT_INTERP, SHIM(UINTVAL flags)) in gc_inf_allocate_pmc_header() argument
314 gc_inf_free_pmc_header(PARROT_INTERP, ARGFREE(PMC *pmc)) in gc_inf_free_pmc_header() argument
327 gc_inf_allocate_string_header(PARROT_INTERP, SHIM(UINTVAL flags)) in gc_inf_allocate_string_header() argument
341 gc_inf_free_string_header(PARROT_INTERP, ARGFREE(STRING *s)) in gc_inf_free_string_header() argument
358 gc_inf_allocate_bufferlike_header(PARROT_INTERP, SHIM(size_t size)) in gc_inf_allocate_bufferlike_header() argument
369 gc_inf_free_bufferlike_header(PARROT_INTERP, ARGFREE(Parrot_Buffer *b), SHIM(size_t size)) in gc_inf_free_bufferlike_header() argument
403 gc_inf_allocate_string_storage(PARROT_INTERP, ARGMOD(STRING *str), size_t size) in gc_inf_allocate_string_storage() argument
424 gc_inf_reallocate_string_storage(PARROT_INTERP, ARGMOD(STRING *str), size_t size) in gc_inf_reallocate_string_storage() argument
445 gc_inf_allocate_buffer_storage(PARROT_INTERP, ARGMOD(Parrot_Buffer *buffer), size_t size) in gc_inf_allocate_buffer_storage() argument
457 gc_inf_reallocate_buffer_storage(PARROT_INTERP, ARGMOD(Parrot_Buffer *buffer), size_t size) in gc_inf_reallocate_buffer_storage() argument
471 gc_inf_allocate_fixed_size_storage(PARROT_INTERP, size_t size) in gc_inf_allocate_fixed_size_storage() argument
483 gc_inf_free_fixed_size_storage(PARROT_INTERP, size_t size, ARGFREE(void *data)) in gc_inf_free_fixed_size_storage() argument
548 Parrot_gc_inf_init(PARROT_INTERP, SHIM(Parrot_GC_Init_Args *args)) in Parrot_gc_inf_init() argument
636 gc_inf_allocate_memory_chunk(PARROT_INTERP, size_t size) in gc_inf_allocate_memory_chunk() argument
650 gc_inf_reallocate_memory_chunk(PARROT_INTERP, ARGFREE(void *from), size_t size) in gc_inf_reallocate_memory_chunk() argument
669 gc_inf_allocate_memory_chunk_zeroed(PARROT_INTERP, size_t size) in gc_inf_allocate_memory_chunk_zeroed() argument
694 gc_inf_free_memory_chunk(PARROT_INTERP, ARGFREE(void *data)) in gc_inf_free_memory_chunk() argument