Searched refs:realloc (Results 251 - 275 of 606) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/codesighs/
H A Dmsdump2symdb.c383 growth = realloc(inContainer->mObjects, (inContainer->mObjectCount + 1) * sizeof(MSDump_Object));
502 moved = realloc(inContainer->mReadState.mCurrentObject->mSections, sizeof(MSDump_Section) * sectionIndex1);
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
H A Dmaptsvdifftool.c462 moved = realloc(modules, sizeof(ModuleStats) * (1 + moduleCount));
500 moved = realloc(theModule->mSegments, sizeof(SegmentStats) * (theModule->mSegmentCount + 1));
539 moved = realloc(theSegment->mObjects, sizeof(ObjectStats) * (1 + theSegment->mObjectCount));
577 moved = realloc(theObject->mSymbols, sizeof(SymbolStats) * (1 + theObject->mSymbolCount));
/external/jhead/
H A Djpgfile.c118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
632 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
712 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
/external/chromium_org/third_party/skia/src/core/
H A DSkTextBlob.cpp342 fStorage.realloc(fStorageSize);
465 fStorage.realloc(fStorageUsed);
/external/e2fsprogs/intl/
H A Dvasnprintf.c41 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
199 memory = (CHAR_T *) realloc (result, memory_size); \
857 memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T));
/external/flac/libFLAC/
H A Dformat.c584 if(0 == (object->parameters = (unsigned*)realloc(object->parameters, sizeof(unsigned)*(1 << max_partition_order))))
586 if(0 == (object->raw_bits = (unsigned*)realloc(object->raw_bits, sizeof(unsigned)*(1 << max_partition_order))))
/external/libnl/lib/
H A Dnl.c454 iov.iov_base = *buf = realloc(*buf, iov.iov_len);
458 msg.msg_control = realloc(msg.msg_control, msg.msg_controllen);
/external/libpcap/missing/
H A Dsnprintf.c110 tmp = realloc (state->str, state->sz);
595 tmp = realloc (state.str, len+1);
/external/qemu/android/
H A Dadb-server.c162 (uint8_t*)realloc(adb_host->pending_send_buffer,
250 adb_host->pending_data = realloc(adb_host->pending_data,
/external/strace/
H A Dunwind.c200 cache_head = realloc(cache_head,
294 *name = realloc(*name, *size);
/external/tcpdump/missing/
H A Dsnprintf.c110 tmp = realloc (state->str, state->sz);
595 tmp = realloc (state.str, len+1);
/external/valgrind/main/exp-bbv/
H A Dbbv_main.c475 temp=VG_(realloc)("bbv_main.c allocate_threads",
495 VG_(realloc)("bbv_main.c inst_counter",
/external/bison/lib/
H A Derror.c221 wchar_t *p = (wchar_t *) realloc (wmessage,
H A Dlocalcharset.c224 res_ptr = (char *) realloc (res_ptr, res_size + 1);
/external/chromium_org/base/process/
H A Dmemory_unittest.cc236 value_ = realloc(NULL, test_size_);
H A Dprocess_metrics_win.cc140 realloc(buffer, buffer_size));
/external/chromium_org/base/
H A Dsecurity_unittest.cc123 HideValueFromCompiler(realloc(orig_ptr, kTooBigAllocSize))));
125 // If realloc() did not succeed, we need to free orig_ptr.
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_util.h237 items_ = reinterpret_cast<T*>(realloc(items_, new_capacity * sizeof(T)));
/external/chromium_org/third_party/freetype/src/base/
H A Dftutil.c155 block2 = memory->realloc( memory, cur_size, new_size, block );
/external/chromium_org/third_party/icu/source/common/
H A Dputilimp.h605 # define uprv_default_realloc(x,y) realloc(x,y)
/external/chromium_org/third_party/libevent/
H A Dsignal.c159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
161 event_warn("realloc");
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dtwopass_encoder.c88 stats->buf = realloc(stats->buf, stats->sz + pkt_size);
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest1.c84 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*));
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc53 // realloc() tries to minimize copying (which debug allocators don't
613 void* new_p = realloc(p, start_sizes[s] + deltas[d]);
614 CHECK(p == new_p); // realloc should not allocate new memory
618 void* new_p = realloc(p, start_sizes[s] - deltas[d]);
619 CHECK(p == new_p); // realloc should not allocate new memory
948 ret = realloc(NULL, kTooBig);
1063 // We make sure we realloc to a big size, since some systems (OS
1066 p1 = realloc(p1, 30000);
1253 // Test that realloc doesn't always reallocate and copy memory.
1254 fprintf(LOGSTREAM, "Testing realloc\
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dnm-pdb.c98 ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);

Completed in 949 milliseconds

<<11121314151617181920>>