Home
last modified time | relevance | path

Searched refs:rb_imemo_tmpbuf_t (Results 1 – 7 of 7) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dinternal.h1144 } rb_imemo_tmpbuf_t; typedef
1148 rb_imemo_tmpbuf_t *rb_imemo_tmpbuf_parser_heap(void *buf, rb_imemo_tmpbuf_t *old_heap, size_t cnt);
H A Dgc.c2033 rb_imemo_tmpbuf_t *
2034 rb_imemo_tmpbuf_parser_heap(void *buf, rb_imemo_tmpbuf_t *old_heap, size_t cnt) in rb_imemo_tmpbuf_parser_heap()
2036 return (rb_imemo_tmpbuf_t *)rb_imemo_tmpbuf_new((VALUE)buf, (VALUE)old_heap, (VALUE)cnt, 0); in rb_imemo_tmpbuf_parser_heap()
4667 const rb_imemo_tmpbuf_t *m = &RANY(obj)->as.imemo.alloc; in gc_mark_imemo()
8462 rb_imemo_tmpbuf_t *tmpbuf; in rb_alloc_tmp_buffer_with_count()
8469 tmpbuf = (rb_imemo_tmpbuf_t *)imemo; in rb_alloc_tmp_buffer_with_count()
8490 rb_imemo_tmpbuf_t *s = (rb_imemo_tmpbuf_t*)ATOMIC_VALUE_EXCHANGE(*store, 0); in rb_free_tmp_buffer()
H A Dparse.y189 rb_imemo_tmpbuf_t *heap;
288 (rb_imemo_tmpbuf_t *)add_mark_object(p, rb_imemo_tmpbuf_auto_free_pointer(NULL))
2533 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
10072 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
10427 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
11073 rb_imemo_tmpbuf_t *n = NEWHEAP();
11083 rb_imemo_tmpbuf_t *n = NEWHEAP();
11092 rb_imemo_tmpbuf_t *n;
11112 rb_imemo_tmpbuf_t **prev = &p->heap, *n;
H A Dparse.c247 rb_imemo_tmpbuf_t *heap;
346 (rb_imemo_tmpbuf_t *)add_mark_object(p, rb_imemo_tmpbuf_auto_free_pointer(NULL))
7905 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in yyparse()
16305 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in new_args_tail()
16660 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in local_tbl()
17306 rb_imemo_tmpbuf_t *n = NEWHEAP(); in rb_parser_malloc()
17316 rb_imemo_tmpbuf_t *n = NEWHEAP(); in rb_parser_calloc()
17325 rb_imemo_tmpbuf_t *n; in rb_parser_realloc()
17345 rb_imemo_tmpbuf_t **prev = &p->heap, *n; in rb_parser_free()
H A Dprocess.c2706 ((rb_imemo_tmpbuf_t *)tmpbuf)->ptr = ruby_xmalloc(run_exec_dup2_tmpbuf_size(len)); in rb_execarg_allocate_dup2_tmpbuf()
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y189 rb_imemo_tmpbuf_t *heap;
288 (rb_imemo_tmpbuf_t *)add_mark_object(p, rb_imemo_tmpbuf_auto_free_pointer(NULL))
2533 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
10072 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
10427 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf();
11073 rb_imemo_tmpbuf_t *n = NEWHEAP();
11083 rb_imemo_tmpbuf_t *n = NEWHEAP();
11092 rb_imemo_tmpbuf_t *n;
11112 rb_imemo_tmpbuf_t **prev = &p->heap, *n;
H A Dripper.c247 rb_imemo_tmpbuf_t *heap;
346 (rb_imemo_tmpbuf_t *)add_mark_object(p, rb_imemo_tmpbuf_auto_free_pointer(NULL))
7908 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in yyparse()
16338 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in new_args_tail()
16693 rb_imemo_tmpbuf_t *tmpbuf = new_tmpbuf(); in local_tbl()
17339 rb_imemo_tmpbuf_t *n = NEWHEAP(); in rb_parser_malloc()
17349 rb_imemo_tmpbuf_t *n = NEWHEAP(); in rb_parser_calloc()
17358 rb_imemo_tmpbuf_t *n; in rb_parser_realloc()
17378 rb_imemo_tmpbuf_t **prev = &p->heap, *n; in rb_parser_free()