HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 651 - 675 of 1945) sorted by null

<<21222324252627282930>>

  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 797 realloc
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 821 realloc
  /external/blktrace/btt/
seek.c 175 mp->modes = realloc(mp->modes, (mp->nmds + 1) *
  /external/chromium/net/socket_stream/
socket_stream.h 185 void Realloc(size_t new_size);
  /external/chromium_org/base/process/
process_metrics_win.cc 140 realloc(buffer, buffer_size));
  /external/chromium_org/net/base/
io_buffer.h 192 // realloc memory to the specified capacity.
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 462 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));
    [all...]
  /external/chromium_org/third_party/freetype/src/base/
ftutil.c 154 block2 = memory->realloc( memory, cur_size, new_size, block );
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.h 89 void *realloc(void *ptr, size_t size);
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.h 89 void *realloc(void *ptr, size_t size);
  /external/chromium_org/third_party/sqlite/src/test/
threadtest1.c 84 pResult->azElem = realloc( pResult->azElem, pResult->nAlloc*sizeof(char*));
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
nm-pdb.c 98 ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
  /external/chromium_org/third_party/tcmalloc/vendor/
README_windows.txt 106 use with realloc, for instance).
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
nm-pdb.c 98 ctx->syms = realloc(ctx->syms, sizeof(ctx->syms[0]) * ctx->syms_cap);
  /external/dhcpcd/
common.c 278 void *value = realloc(ptr, s);
  /external/elfutils/libdw/
dwarf_entry_breakpoints.c 69 Dwarf_Addr *newlist = realloc (*bkpts, ++nbkpts * sizeof newlist[0]);
dwarf_getscopes.c 119 Dwarf_Die *scopes = realloc (a->scopes, nscopes * sizeof scopes[0]);
dwarf_getsrc_file.c 157 Dwarf_Line **newp = realloc (match,
  /external/elfutils/libdwfl/
dwfl_module_getsrc_file.c 158 Dwfl_Line **newp = realloc (match,
  /external/elfutils/libelf/
elf32_newphdr.c 130 realloc (elf->state.ELFW(elf,LIBELFBITS).phdr,
  /external/ipsec-tools/src/racoon/
eaytest.c 551 p = (char **)realloc(certs, (n + 1) * sizeof(certs));
553 err(1, "realloc");
576 p = (char **)realloc(certs, (n + 1) * sizeof(certs));
578 err(1, "realloc");
  /external/iptables/extensions/
libipt_DNAT.c 54 info = realloc(info, size);
libipt_SNAT.c 54 info = realloc(info, size);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp.php 117 'malloc', 'realloc', 'free', 'abort', 'exit', 'atexit', 'system', 'getenv',
  /external/qemu/android/utils/
misc.c 105 t->buffer = realloc( t->buffer, size );

Completed in 746 milliseconds

<<21222324252627282930>>