realloc 172 encoding.c ent = realloc(enc_table.list, sizeof(*enc_table.list) * newsize); realloc 673 ext/nkf/nkf-utf8/nkf.c ptr = realloc(ptr, size); realloc 5077 ext/nkf/nkf-utf8/nkf.c output_buffer = realloc(converter->outbuf, converter->output_buffer_size); realloc 50 ext/syck/syck.h #define S_REALLOC_N(var,type,n) (var)=(type*)realloc((char*)(var),sizeof(type)*(n)) realloc 151 gc.c objspace->profile.record = realloc(objspace->profile.record, sizeof(gc_profile_record) * objspace->profile.size);\ realloc 664 gc.c mem = realloc(ptr, size); realloc 667 gc.c mem = realloc(ptr, size); realloc 846 gc.c p = (struct heaps_slot *)realloc(heaps, size); realloc 111 regint.h #define xrealloc realloc realloc 256 strftime.c savetz = (char *) realloc(savetz, i); realloc 2185 thread.c fds->fdset = realloc(fds->fdset, m); realloc 2219 thread.c dst->fdset = realloc(dst->fdset, size); realloc 1518 win32/win32.c tmp = realloc(p->start, idx + len); realloc 1531 win32/win32.c tmp = realloc(p->bits, p->nfiles / DIRENT_PER_CHAR + 1);