xrealloc 42 dln.c void *xrealloc(); xrealloc 15277 ext/ripper/ripper.c n->u1.node = ptr = xrealloc(ptr, size); xrealloc 15284 ext/ripper/ripper.c ptr = xrealloc(ptr, size); xrealloc 9877 ext/ripper/ripper.y n->u1.node = ptr = xrealloc(ptr, size); xrealloc 9884 ext/ripper/ripper.y ptr = xrealloc(ptr, size); xrealloc 2282 file.c buf = xrealloc(buf, size); xrealloc 62 include/ruby/defines.h void *xrealloc(void*,size_t); xrealloc 15209 parse.c n->u1.node = ptr = xrealloc(ptr, size); xrealloc 15216 parse.c ptr = xrealloc(ptr, size); xrealloc 9877 parse.y n->u1.node = ptr = xrealloc(ptr, size); xrealloc 9884 parse.y ptr = xrealloc(ptr, size); xrealloc 186 regcomp.c p = (UnsetAddr* )xrealloc(uslist->us, sizeof(UnsetAddr) * size); xrealloc 665 regcomp.c p = (OnigRepeatRange* )xrealloc(reg->repeat_range, xrealloc 3210 regcomp.c sbuf = (UChar* )xrealloc(sbuf, sbuf_size * 2); xrealloc 881 regenc.c list = (const OnigCodePoint** )xrealloc((void* )list, size); xrealloc 113 regexec.c (OnigCaptureTreeNode** )xrealloc(parent->childs, xrealloc 196 regexec.c tmp = (int* )xrealloc(region->beg, n * sizeof(int)); xrealloc 203 regexec.c tmp = (int* )xrealloc(region->end, n * sizeof(int)); xrealloc 465 regexec.c x = (OnigStackType* )xrealloc(stk_base, sizeof(OnigStackType) * n); xrealloc 381 regint.h (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ xrealloc 387 regint.h (buf)->p = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ xrealloc 395 regint.h (buf)->p = (UChar* )xrealloc((buf)->p, new_alloc);\ xrealloc 274 regparse.c r = (UChar* )xrealloc(dest, capa + 1); xrealloc 767 regparse.c t->e = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc); xrealloc 810 regparse.c e->back_refs = (int* )xrealloc(e->back_refs, sizeof(int) * alloc); xrealloc 964 regparse.c p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc); xrealloc 448 st.c xrealloc(table->bins, new_num_bins * sizeof(st_table_entry*)); xrealloc 2283 thread.c set->fdset = xrealloc(set->fdset, sizeof(unsigned int) + sizeof(SOCKET) * set->capa); xrealloc 1500 transcode.c dst_str = xrealloc(dst_str, dst_bufsize); xrealloc 1610 transcode.c buf = xrealloc(*buf_start_p, s); xrealloc 621 util.c buf = xrealloc(buf, size); xrealloc 2040 win32/win32.c dst->fdset = xrealloc(dst->fdset, sizeof(unsigned int) + sizeof(SOCKET) * dst->capa);