realloc           403 base/allocator/allocator_unittest.cc       void* new_p = realloc(p, start_sizes[s] + deltas[d]);
realloc           408 base/allocator/allocator_unittest.cc       void* new_p = realloc(p, start_sizes[s] - deltas[d]);
realloc           421 base/allocator/allocator_unittest.cc           reinterpret_cast<unsigned char*>(realloc(src, dst_size));
realloc           441 base/allocator/allocator_unittest.cc     p[i] = reinterpret_cast<int*>(realloc(p[i], 9000));
realloc           456 base/allocator/allocator_unittest.cc     ptr = reinterpret_cast<char*>(realloc(ptr, 0));
realloc            97 base/allocator/generic_allocators.cc   return realloc(p, size);
realloc           153 base/allocator/generic_allocators.cc   return realloc(ptr, size);
realloc           287 base/pickle.cc   void* p = realloc(header_, header_size_ + new_capacity);
realloc           125 base/process/memory_linux.cc DIE_ON_OOM_2(realloc, void*)
realloc           227 base/process/memory_unittest.cc       value_ = realloc(NULL, test_size_);
realloc           140 base/process/process_metrics_win.cc             realloc(buffer, buffer_size));
realloc           122 base/security_unittest.cc         HideValueFromCompiler(realloc(orig_ptr, kTooBigAllocSize))));
realloc           156 base/third_party/xdg_mime/xdgmime.c 	  _caches = realloc (_caches, sizeof (XdgMimeCache *) * (n_caches + 2));
realloc           135 base/third_party/xdg_mime/xdgmimealias.c   list->aliases = realloc (list->aliases, alloc * sizeof (XdgAlias));
realloc           150 base/third_party/xdg_mime/xdgmimealias.c 	  list->aliases = realloc (list->aliases, 
realloc           157 base/third_party/xdg_mime/xdgmimealias.c   list->aliases = realloc (list->aliases, 
realloc           134 base/third_party/xdg_mime/xdgmimeicon.c   list->icons = realloc (list->icons, alloc * sizeof (XdgIcon));
realloc           149 base/third_party/xdg_mime/xdgmimeicon.c 	  list->icons = realloc (list->icons, 
realloc           156 base/third_party/xdg_mime/xdgmimeicon.c   list->icons = realloc (list->icons, 
realloc           188 base/third_party/xdg_mime/xdgmimemagic.c 	  retval = realloc (retval, len);
realloc           141 base/third_party/xdg_mime/xdgmimeparent.c   list->parents = realloc (list->parents, alloc * sizeof (XdgMimeParents));
realloc           168 base/third_party/xdg_mime/xdgmimeparent.c 	      list->parents = realloc (list->parents, 
realloc           185 base/third_party/xdg_mime/xdgmimeparent.c 	  entry->parents = realloc (entry->parents, 
realloc           192 base/third_party/xdg_mime/xdgmimeparent.c   list->parents = realloc (list->parents, 
realloc           202 chrome/test/data/nacl/manifest_file/pm_manifest_file_test.cc     new_buffer = reinterpret_cast<char *>(realloc(buffer, nbytes));
realloc           611 content/browser/geolocation/wifi_data_provider_win.cc       realloc(buffer->release(), requested_size)));
realloc           121 content/browser/renderer_host/media/video_capture_buffer_pool.cc   BufferMap::iterator realloc = buffers_.end();
realloc           132 content/browser/renderer_host/media/video_capture_buffer_pool.cc         realloc = it;
realloc           140 content/browser/renderer_host/media/video_capture_buffer_pool.cc     if (realloc == buffers_.end()) {
realloc           144 content/browser/renderer_host/media/video_capture_buffer_pool.cc     *buffer_id_to_drop = realloc->first;
realloc           145 content/browser/renderer_host/media/video_capture_buffer_pool.cc     delete realloc->second;
realloc           146 content/browser/renderer_host/media/video_capture_buffer_pool.cc     buffers_.erase(realloc);
realloc            32 crypto/cssm_init.cc   return realloc(ptr, size);
realloc            96 net/base/io_buffer.cc   real_data_.reset(static_cast<char*>(realloc(real_data_.release(), capacity)));
realloc            85 net/socket_stream/socket_stream.cc   headers_.reset(static_cast<char*>(realloc(headers_.release(), new_size)));
realloc            54 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc     new_buffer = reinterpret_cast<char *>(realloc(buffer_, 2 * nbytes_));
realloc            40 skia/ext/SkMemory_new_handler.cpp     return throw_on_failure(size, realloc(addr, size));
realloc            41 third_party/apple_apsl/CFBase.h     void *(*realloc)(struct _malloc_zone_t *zone, void *ptr, size_t size);
realloc            61 third_party/apple_apsl/CFBase.h     void 	*(*realloc)(struct _malloc_zone_t *zone, void *ptr, size_t size);
realloc            37 third_party/apple_apsl/malloc.h     void 	*(*realloc)(struct _malloc_zone_t *zone, void *ptr, size_t size);
realloc            25 third_party/cld/base/scoped_ptr.h using std::realloc;
realloc           338 third_party/cld/base/scoped_ptr.h     C* new_ptr = static_cast<C*>(realloc(ptr_, new_size));
realloc           496 third_party/codesighs/codesighs.c                             moved = realloc(modules, sizeof(ModuleStats) * (moduleCount + 1));
realloc           795 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchClasses, sizeof(char*) * (outOptions->mMatchClassCount + 1));
realloc           823 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchScopes, sizeof(char*) * (outOptions->mMatchScopeCount + 1));
realloc           851 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchModules, sizeof(char*) * (outOptions->mMatchModuleCount + 1));
realloc           879 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchSections, sizeof(char*) * (outOptions->mMatchSectionCount + 1));
realloc           907 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchObjects, sizeof(char*) * (outOptions->mMatchObjectCount + 1));
realloc           935 third_party/codesighs/codesighs.c                     moved = realloc(outOptions->mMatchSymbols, sizeof(char*) * (outOptions->mMatchSymbolCount + 1));
realloc           462 third_party/codesighs/maptsvdifftool.c                         moved = realloc(modules, sizeof(ModuleStats) * (1 + moduleCount));
realloc           500 third_party/codesighs/maptsvdifftool.c                             moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
realloc           539 third_party/codesighs/maptsvdifftool.c                                 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
realloc           577 third_party/codesighs/maptsvdifftool.c                                     moved = realloc(theObject->mSymbols, sizeof(SymbolStats) * (1 + theObject->mSymbolCount));
realloc           383 third_party/codesighs/msdump2symdb.c             growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
realloc           502 third_party/codesighs/msdump2symdb.c                                     moved = realloc(inContainer->mReadState.mCurrentObject->mSections, sizeof(MSDump_Section) * sectionIndex1);
realloc           596 third_party/codesighs/msdump2symdb.c                                     moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
realloc           488 third_party/codesighs/msmap2tsv.c                                 moved = realloc((*outDB)->mSymbols, sizeof(SymDB_Symbol) * ((*outDB)->mSymbolCapacity + SYMDB_SYMBOL_GROWBY));
realloc           545 third_party/codesighs/msmap2tsv.c                             moved = realloc(dbSymbol->mSections, sizeof(SymDB_Section) * (dbSymbol->mSectionCount + 1));
realloc           591 third_party/codesighs/msmap2tsv.c                             moved = realloc(dbSection->mSizes, sizeof(SymDB_Size) * (dbSection->mSizeCount + 1));
realloc           617 third_party/codesighs/msmap2tsv.c                         moved = realloc(dbSize->mObjects, sizeof(char*) * (dbSize->mObjectCount + 1));
realloc          1181 third_party/codesighs/msmap2tsv.c                                             moved = realloc(inModule->mSymbols, sizeof(MSMap_Symbol) * (inModule->mSymbolCapacity + MSMAP_SYMBOL_GROWBY));
realloc          1306 third_party/codesighs/msmap2tsv.c                                         moved = realloc(inModule->mSymbols, sizeof(MSMap_Symbol) * (inModule->mSymbolCapacity + MSMAP_SYMBOL_GROWBY));
realloc          1402 third_party/codesighs/msmap2tsv.c                                     moved = realloc(inModule->mSegments, sizeof(MSMap_Segment) * (inModule->mSegmentCapacity + MSMAP_SEGMENT_GROWBY));
realloc          2015 third_party/codesighs/msmap2tsv.c                 moved = realloc(outOptions->mMatchModules, sizeof(char*) * (outOptions->mMatchModuleCount + 1));
realloc           749 third_party/expat/files/lib/xmlparse.c       mtemp->realloc_fcn = realloc;
realloc           104 third_party/harfbuzz-ng/src/hb-buffer.cc   new_pos = (hb_glyph_position_t *) realloc (pos, new_allocated * sizeof (pos[0]));
realloc           105 third_party/harfbuzz-ng/src/hb-buffer.cc   new_info = (hb_glyph_info_t *) realloc (info, new_allocated * sizeof (info[0]));
realloc           312 third_party/harfbuzz-ng/src/hb-private.hh 	new_array = (Type *) realloc (array, new_allocated * sizeof (Type));
realloc           289 third_party/libevent/buffer.c 		if ((newbuf = realloc(buf->buffer, length)) == NULL)
realloc           198 third_party/libevent/devpoll.c 		fds = realloc(devpollop->fds, nfds * sizeof(struct evdevpoll));
realloc           167 third_party/libevent/epoll.c 		fds = realloc(epollop->fds, nfds * sizeof(struct evepoll));
realloc           251 third_party/libevent/epoll.c 		new_events = realloc(epollop->events,
realloc           244 third_party/libevent/evport.c 	tmp = realloc(epdp->ed_fds, sizeof(struct fd_info) * newsize);
realloc          1474 third_party/libevent/http.c 	newval = realloc(header->value, old_len + line_len + 1);
realloc           177 third_party/libevent/kqueue.c 		newchange = realloc(kqop->changes,
realloc           185 third_party/libevent/kqueue.c 		newresult = realloc(kqop->events,
realloc           114 third_party/libevent/min_heap.h         if(!(p = (struct event**)realloc(s->p, a * sizeof *p)))
realloc           229 third_party/libevent/poll.c 		tmp_event_set = realloc(pop->event_set,
realloc           237 third_party/libevent/poll.c 		tmp_event_r_back = realloc(pop->event_r_back,
realloc           246 third_party/libevent/poll.c 		tmp_event_w_back = realloc(pop->event_w_back,
realloc           268 third_party/libevent/poll.c 			realloc(pop->idxplus1_by_fd, new_count * sizeof(int));
realloc           224 third_party/libevent/select.c 	if ((readset_in = realloc(sop->event_readset_in, fdsz)) == NULL)
realloc           227 third_party/libevent/select.c 	if ((readset_out = realloc(sop->event_readset_out, fdsz)) == NULL)
realloc           230 third_party/libevent/select.c 	if ((writeset_in = realloc(sop->event_writeset_in, fdsz)) == NULL)
realloc           233 third_party/libevent/select.c 	if ((writeset_out = realloc(sop->event_writeset_out, fdsz)) == NULL)
realloc           236 third_party/libevent/select.c 	if ((r_by_fd = realloc(sop->event_r_by_fd,
realloc           240 third_party/libevent/select.c 	if ((w_by_fd = realloc(sop->event_w_by_fd,
realloc           159 third_party/libevent/signal.c 		p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
realloc            81 third_party/libevent/test/regress.gen.c     new_data = (struct run **) realloc(msg->run_data,
realloc            63 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   if (!(address = realloc (address, size)) && size)
realloc           744 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       newTable = realloc (table, size);
realloc          3601 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     dict->states = realloc (dict->states,
realloc          3621 third_party/liblouis/overrides/liblouis/compileTranslationTable.c     dict->states[state1].trans.pointer = realloc
realloc           137 third_party/libusb/src/libusb/libusbi.h 	void *ret = realloc(ptr, size);
realloc           105 third_party/libxml/src/globals.c   return realloc(ptr, size);
realloc           557 third_party/libxml/src/globals.c     gs->xmlRealloc = (xmlReallocFunc) realloc;
realloc           166 third_party/libxml/src/runtest.c             char **tmp = realloc(ret->gl_pathv, nb_paths * 2 * sizeof(char *));
realloc            74 third_party/libxml/src/triop.h # define TRIO_REALLOC(x,n) realloc((x),(n))
realloc           345 third_party/libxml/src/xmlmemory.c     p = (MEMHDR *) realloc(p,RESERVE_SIZE+size);
realloc           107 third_party/npapi/npspy/extern/nspr/prwin16.h     void *  (PR_CALLBACK *realloc)( void* old_blk, size_t size );
realloc          14521 third_party/sqlite/amalgamation/sqlite3.c   p = realloc(p, nByte+8 );
realloc          86593 third_party/sqlite/amalgamation/sqlite3.c   void *(*realloc)(void*,int);
realloc          86796 third_party/sqlite/amalgamation/sqlite3.c #define sqlite3_realloc                sqlite3_api->realloc
realloc          103960 third_party/sqlite/amalgamation/sqlite3.c   pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
realloc            81 third_party/sqlite/src/ext/fts1/fts1.c     sb->s = realloc(sb->s, sb->alloced+1);
realloc           291 third_party/sqlite/src/ext/fts1/fts1.c   d->pData = realloc(d->pData, d->nData + n);
realloc           610 third_party/sqlite/src/ext/fts1/fts1.c     d->pData = realloc(d->pData, d->nData+nSource-nTarget);
realloc          2186 third_party/sqlite/src/ext/fts1/fts1.c     p->aMatch = realloc(p->aMatch, p->nAlloc*sizeof(p->aMatch[0]) );
realloc          2624 third_party/sqlite/src/ext/fts1/fts1.c   q->pTerms = realloc(q->pTerms, q->nTerms * sizeof(q->pTerms[0]));
realloc           607 third_party/sqlite/src/ext/fts1/fts1_porter.c         c->zToken = realloc(c->zToken, c->nAllocated);
realloc           177 third_party/sqlite/src/ext/fts1/fts1_tokenizer1.c         c->pToken = realloc(c->pToken, c->nTokenAllocated);
realloc           179 third_party/sqlite/src/ext/fts1/fulltext.c   d->pData = realloc(d->pData, d->nData + n);
realloc           321 third_party/sqlite/src/ext/fts1/fulltext.c     d->pData = realloc(d->pData, d->nData+pUpdate->nData);
realloc           347 third_party/sqlite/src/ext/fts1/fulltext.c   d->pData = realloc(d->pData, d->nData);
realloc          1123 third_party/sqlite/src/ext/fts1/fulltext.c   q->pTerm = realloc(q->pTerm, q->nTerms * sizeof(q->pTerm[0]));
realloc           134 third_party/sqlite/src/ext/fts1/simple_tokenizer.c         c->zToken = realloc(c->zToken, n+1);
realloc           248 third_party/sqlite/src/src/lempar.c   pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
realloc            94 third_party/sqlite/src/src/mem1.c   p = realloc(p, nByte+8 );
realloc           339 third_party/sqlite/src/src/shell.c       zLine = realloc(zLine, nLine);
realloc           359 third_party/sqlite/src/src/shell.c   zLine = realloc( zLine, n+1 );
realloc           898 third_party/sqlite/src/src/shell.c   zIn = (char *)realloc(zIn, len);
realloc          2449 third_party/sqlite/src/src/shell.c       zSql = realloc( zSql, nSql + len + 4 );
realloc           111 third_party/sqlite/src/src/sqlite3ext.h   void *(*realloc)(void*,int);
realloc           314 third_party/sqlite/src/src/sqlite3ext.h #define sqlite3_realloc                sqlite3_api->realloc
realloc           960 third_party/sqlite/src/src/tclsqlite.c       zLine = realloc(zLine, nLine);
realloc           979 third_party/sqlite/src/src/tclsqlite.c   zLine = realloc( zLine, n+1 );
realloc          1130 third_party/sqlite/src/src/test_malloc.c     zBuf = realloc(zBuf, nByte);
realloc            84 third_party/sqlite/src/test/threadtest1.c     pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*));
realloc           518 third_party/sqlite/src/tool/lemon.c     p->aLookahead = (struct lookahead_action *) realloc( p->aLookahead,
realloc           560 third_party/sqlite/src/tool/lemon.c     p->aAction = (struct lookahead_action *) realloc( p->aAction,
realloc          1378 third_party/sqlite/src/tool/lemon.c   azDefine = (char **) realloc(azDefine, sizeof(azDefine[0])*nDefine);
realloc          2175 third_party/sqlite/src/tool/lemon.c         msp->subsym = (struct symbol **) realloc(msp->subsym,
realloc          2376 third_party/sqlite/src/tool/lemon.c         *psp->declargslot = (char *) realloc(*psp->declargslot, n);
realloc          2772 third_party/sqlite/src/tool/lemon.c         realloc(made_files, sizeof (const char **) * (made_files_count + 1));
realloc          3274 third_party/sqlite/src/tool/lemon.c     z = (char *) realloc(z,  alloced);
realloc           242 third_party/sqlite/src/tool/lempar.c   pNew = realloc(p->yystack, newSize*sizeof(pNew[0]));
realloc          1150 third_party/talloc/libreplace/snprintf.c 			l = (struct pr_chunk_x *)realloc(*list, sizeof(struct pr_chunk_x) * max);
realloc          1173 third_party/talloc/libreplace/snprintf.c 		c = (struct pr_chunk **)realloc(l[i].chunks, sizeof(struct pr_chunk *) * cnum);
realloc          1219 third_party/talloc/talloc.c 		new_ptr = realloc(tc, size + TC_HDR_SIZE);
realloc            83 third_party/tcmalloc/chromium/src/libc_override_gcc_and_weak.h   void* realloc(void* ptr, size_t size) __THROW   ALIAS(tc_realloc);
realloc           231 third_party/tcmalloc/chromium/src/libc_override_osx.h   tcmalloc_zone.realloc = &mz_realloc;
realloc            94 third_party/tcmalloc/chromium/src/tests/realloc_unittest.cc       unsigned char* dst = (unsigned char*) realloc(src, dst_size);
realloc           113 third_party/tcmalloc/chromium/src/tests/realloc_unittest.cc     p[i] = (int*)realloc(p[i], 9000);
realloc            56 third_party/tcmalloc/chromium/src/tests/tcmalloc_large_unittest.cc   void* p3 = realloc(p2, size);
realloc           613 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       void* new_p = realloc(p, start_sizes[s] + deltas[d]);
realloc           618 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc       void* new_p = realloc(p, start_sizes[s] - deltas[d]);
realloc           948 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc   ret = realloc(NULL, kTooBig);
realloc          1066 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc     p1 = realloc(p1, 30000);
realloc            98 third_party/tcmalloc/chromium/src/windows/nm-pdb.c     ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
realloc            55 third_party/tcmalloc/chromium/src/windows/override_functions.cc   void* result = realloc(p, n * size);
realloc           420 third_party/tcmalloc/chromium/src/windows/patch_functions.cc   (GenericFnPtr)&::realloc,
realloc            76 third_party/tcmalloc/vendor/src/libc_override_gcc_and_weak.h   void* realloc(void* ptr, size_t size) __THROW   ALIAS(tc_realloc);
realloc           231 third_party/tcmalloc/vendor/src/libc_override_osx.h   tcmalloc_zone.realloc = &mz_realloc;
realloc            94 third_party/tcmalloc/vendor/src/tests/realloc_unittest.cc       unsigned char* dst = (unsigned char*) realloc(src, dst_size);
realloc           113 third_party/tcmalloc/vendor/src/tests/realloc_unittest.cc     p[i] = (int*)realloc(p[i], 9000);
realloc            56 third_party/tcmalloc/vendor/src/tests/tcmalloc_large_unittest.cc   void* p3 = realloc(p2, size);
realloc           613 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       void* new_p = realloc(p, start_sizes[s] + deltas[d]);
realloc           618 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc       void* new_p = realloc(p, start_sizes[s] - deltas[d]);
realloc           948 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc   ret = realloc(NULL, kTooBig);
realloc          1066 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc     p1 = realloc(p1, 30000);
realloc            98 third_party/tcmalloc/vendor/src/windows/nm-pdb.c     ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
realloc            55 third_party/tcmalloc/vendor/src/windows/override_functions.cc   void* result = realloc(p, n * size);
realloc           420 third_party/tcmalloc/vendor/src/windows/patch_functions.cc   (GenericFnPtr)&::realloc,