Searched refs:realloc (Results 151 - 175 of 606) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/codesighs/
H A Dcodesighs.c496 moved = realloc(modules, sizeof(ModuleStats) * (moduleCount + 1));
795 moved = realloc(outOptions->mMatchClasses, sizeof(char*) * (outOptions->mMatchClassCount + 1));
823 moved = realloc(outOptions->mMatchScopes, sizeof(char*) * (outOptions->mMatchScopeCount + 1));
851 moved = realloc(outOptions->mMatchModules, sizeof(char*) * (outOptions->mMatchModuleCount + 1));
879 moved = realloc(outOptions->mMatchSections, sizeof(char*) * (outOptions->mMatchSectionCount + 1));
907 moved = realloc(outOptions->mMatchObjects, sizeof(char*) * (outOptions->mMatchObjectCount + 1));
935 moved = realloc(outOptions->mMatchSymbols, sizeof(char*) * (outOptions->mMatchSymbolCount + 1));
/external/chromium_org/third_party/freetype/src/base/
H A Dftdbgmem.c137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_
324 table->realloc = memory->realloc;
835 memory->realloc = ft_mem_debug_realloc;
890 memory->realloc = table->realloc;
H A Dftsystem.c297 memory->realloc = ft_realloc;
/external/freetype/src/base/
H A Dftdbgmem.c137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_
324 table->realloc = memory->realloc;
835 memory->realloc = ft_mem_debug_realloc;
890 memory->realloc = table->realloc;
H A Dftsystem.c297 memory->realloc = ft_realloc;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftdbgmem.c137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_
324 table->realloc = memory->realloc;
835 memory->realloc = ft_mem_debug_realloc;
890 memory->realloc = table->realloc;
/external/elfutils/0.153/libdwfl/
H A Dsegment.c80 GElf_Addr *naddr = realloc (dwfl->lookup_addr, sizeof naddr[0] * n);
83 int *nsegndx = realloc (dwfl->lookup_segndx, sizeof nsegndx[0] * n);
98 dwfl->lookup_module = realloc (dwfl->lookup_module,
/external/giflib/
H A Dgifalloc.c190 ColorUnion->Colors = (GifColorType *)realloc(Map,
228 *ExtensionBlocks = (ExtensionBlock *)realloc(*ExtensionBlocks,
300 /*** FIXME: We could realloc the GifFile->SavedImages structure but is
319 GifFile->SavedImages = (SavedImage *)realloc(GifFile->SavedImages,
/external/valgrind/main/drd/
H A Ddrd_vc.c262 str = VG_(realloc)("drd.vc.aprint.1", str, reserved);
272 str = VG_(realloc)("drd.vc.aprint.2", str, reserved);
325 vc->vc = VG_(realloc)("drd.vc.vr.1",
/external/chromium_org/media/filters/
H A Dh264_bitstream_buffer.cc34 data_ = static_cast<uint8*>(realloc(data_, capacity_ + kGrowBytes));
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dfifo_char.cc41 buffer_ = (char*)realloc(buffer_, len);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/memfs/
H A Dmem_fs_node.cc111 data_ = (char*)realloc(data_, new_capacity);
/external/chromium_org/net/base/
H A Dio_buffer.cc102 // realloc will crash if it fails.
103 real_data_.reset(static_cast<char*>(realloc(real_data_.release(), capacity)));
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_line_reader.cpp107 buff_ = static_cast<char*>(::realloc(old_buff, new_capacity));
H A Dcrazy_linker_util.cpp91 ptr_ = reinterpret_cast<char*>(realloc(old_ptr, new_capacity + 1));
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprwin16.h107 void * (PR_CALLBACK *realloc)( void* old_blk, size_t size ); member in struct:PRMethodCallbackStr
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_gcc_and_weak.h83 void* realloc(void* ptr, size_t size) __THROW ALIAS(tc_realloc);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_gcc_and_weak.h76 void* realloc(void* ptr, size_t size) __THROW ALIAS(tc_realloc);
/external/e2fsprogs/e2fsck/
H A Dmtrace.h64 extern __ptr_t realloc __P ((__ptr_t __ptr, size_t __size));
67 /* Free a block allocated by `malloc', `realloc' or `calloc'. */
/external/e2fsprogs/lib/ss/
H A Dinvocation.c44 table = (ss_data **) realloc((char *)table,
/external/elfutils/0.153/libdw/
H A Ddwarf_entry_breakpoints.c69 Dwarf_Addr *newlist = realloc (*bkpts, ++nbkpts * sizeof newlist[0]);
H A Ddwarf_getsrc_file.c165 Dwarf_Line **newp = realloc (match,
/external/libcxx/src/
H A Dios.cpp179 long* iarray = static_cast<long*>(realloc(__iarray_, newsize));
208 void** parray = static_cast<void**>(realloc(__parray_, newsize));
239 event_callback* fns = static_cast<event_callback*>(realloc(__fn_, newesize));
244 int* indxs = static_cast<int *>(realloc(__index_, newisize));
/external/libmtp/examples/
H A Dalbumart.c65 if ((tmp = realloc(ids, sizeof(uint32_t) * (idcount))) == NULL) {
66 printf("realloc failed\n");
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dtrace-seq.c82 s->buffer = realloc(s->buffer, s->buffer_size);

Completed in 519 milliseconds

1234567891011>>