realloc          1221 dir.c          #define GLOB_REALLOC(ptr, size) realloc((ptr), (size))
realloc           275 encoding.c         ent = realloc(enc_table.list, sizeof(*enc_table.list) * newsize);
realloc           705 ext/nkf/nkf-utf8/nkf.c     ptr = realloc(ptr, size);
realloc          5548 ext/nkf/nkf-utf8/nkf.c 		output_buffer = realloc(converter->outbuf, converter->output_buffer_size);
realloc            43 ext/psych/yaml/api.c     return ptr ? realloc(ptr, size ? size : 1) : malloc(size ? size : 1);
realloc          1373 gc.c           	    sorted = (struct heap_page **)realloc(heap_pages_sorted, size);
realloc          7837 gc.c               TRY_WITH_GC(mem = realloc(ptr, new_size));
realloc          8528 gc.c           	    ptr = realloc(objspace->profile.records, sizeof(gc_profile_record) * objspace->profile.size);
realloc          8703 gc.c                   objspace->profile.records = realloc(objspace->profile.records, sizeof(gc_profile_record) * objspace->profile.size);
realloc           174 regint.h       #define xrealloc    realloc
realloc           104 st.c               bins = (st_table_entry **)realloc(bins, newsize * sizeof(st_table_entry *));
realloc           169 win32/file.c   		table = realloc(table, count * sizeof(*table));
realloc            26 win32/stub.c       av = realloc(av, lenall + len0 + (lenexe + 1) + sizeof(char *) * (i + 2));
realloc          1954 win32/win32.c  	tmpW = realloc(p->start, (idx + len + altlen) * sizeof(WCHAR));
realloc          1968 win32/win32.c  	    tmp = realloc(p->bits, p->nfiles / DIRENT_PER_CHAR + 1);