xrealloc 47 dln.c void *xrealloc(); xrealloc 3420 ext/bigdecimal/bigdecimal.c void *p = xrealloc(ptr, mb); xrealloc 344 ext/fiddle/handle.c name_n = xrealloc(name_a, len+6); xrealloc 16780 ext/ripper/ripper.c n->u1.node = ptr = xrealloc(ptr, size); xrealloc 16787 ext/ripper/ripper.c ptr = xrealloc(ptr, size); xrealloc 11031 ext/ripper/ripper.y n->u1.node = ptr = xrealloc(ptr, size); xrealloc 11038 ext/ripper/ripper.y ptr = xrealloc(ptr, size); xrealloc 1753 ext/socket/socket.c buf = xrealloc(buf, bufsize); xrealloc 472 id_table.c tbl->keys = (id_key_t *)xrealloc(tbl->keys, size); xrealloc 506 id_table.c tbl->keys = (id_key_t *)xrealloc(tbl->keys, sizeof(id_key_t) * capa); xrealloc 507 id_table.c tbl->values_ = (VALUE *)xrealloc(tbl->values_, sizeof(VALUE) * capa); xrealloc 193 include/ruby/defines.h void *xrealloc(void*,size_t) RUBY_ATTR_ALLOC_SIZE((2)); xrealloc 16704 parse.c n->u1.node = ptr = xrealloc(ptr, size); xrealloc 16711 parse.c ptr = xrealloc(ptr, size); xrealloc 11031 parse.y n->u1.node = ptr = xrealloc(ptr, size); xrealloc 11038 parse.y ptr = xrealloc(ptr, size); xrealloc 198 regcomp.c p = (UnsetAddr* )xrealloc(uslist->us, sizeof(UnsetAddr) * size); xrealloc 678 regcomp.c p = (OnigRepeatRange* )xrealloc(reg->repeat_range, xrealloc 3386 regcomp.c UChar* p = (UChar* )xrealloc(sbuf, sbuf_size * 2); xrealloc 909 regenc.c tmp = (const OnigCodePoint** )xrealloc((void* )list, size); xrealloc 174 regexec.c (OnigCaptureTreeNode** )xrealloc(parent->childs, xrealloc 266 regexec.c tmp = (OnigPosition* )xrealloc(region->beg, n * sizeof(OnigPosition)); xrealloc 273 regexec.c tmp = (OnigPosition* )xrealloc(region->end, n * sizeof(OnigPosition)); xrealloc 555 regexec.c x = (OnigStackType* )xrealloc(stk_base, sizeof(OnigStackType) * n); xrealloc 498 regint.h tmp = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ xrealloc 506 regint.h tmp = (UChar* )xrealloc((buf)->p, (buf)->alloc);\ xrealloc 516 regint.h tmp = (UChar* )xrealloc((buf)->p, new_alloc);\ xrealloc 302 regparse.c r = (UChar* )xrealloc(dest, capa + 1); xrealloc 797 regparse.c p = (NameEntry* )xrealloc(t->e, sizeof(NameEntry) * alloc); xrealloc 843 regparse.c p = (int* )xrealloc(e->back_refs, sizeof(int) * alloc); xrealloc 1001 regparse.c p = (Node** )xrealloc(env->mem_nodes_dynamic, sizeof(Node*) * alloc); xrealloc 85 st.c #define realloc xrealloc xrealloc 3481 thread.c fds->fdset = xrealloc(fds->fdset, m); xrealloc 3515 thread.c dst->fdset = xrealloc(dst->fdset, size); xrealloc 3527 thread.c dst->fdset = xrealloc(dst->fdset, size); xrealloc 3607 thread.c set->fdset = xrealloc(set->fdset, sizeof(unsigned int) + sizeof(SOCKET) * set->capa); xrealloc 1561 transcode.c dst_str = xrealloc(dst_str, dst_bufsize); xrealloc 1671 transcode.c buf = xrealloc(*buf_start_p, s); xrealloc 521 util.c buf = xrealloc(buf, size); xrealloc 1056 variable.c struct gen_ivtbl *ivtbl = xrealloc(old, gen_ivtbl_bytes(n)); xrealloc 2701 win32/win32.c dst->fdset = xrealloc(dst->fdset, sizeof(unsigned int) + sizeof(SOCKET) * dst->capa); xrealloc 2715 win32/win32.c dst->fdset = xrealloc(dst->fdset, sizeof(unsigned int) + sizeof(SOCKET) * dst->capa); xrealloc 2753 win32/win32.c dst->fdset = xrealloc(dst->fdset, sizeof(unsigned int) + sizeof(SOCKET) * dst->capa);