HomeSort by relevance Sort by last modified time
    Searched full:realloc (Results 626 - 650 of 1409) sorted by null

<<21222324252627282930>>

  /external/dhcpcd/
if-linux.c 171 nbuf = realloc(buf, buflen);
  /external/elfutils/libdwfl/
elf-from-memory.c 187 unsigned char *newbuf = realloc (buffer, phnum * phentsize);
  /external/elfutils/src/
findtextrel.c 338 = (struct segments *) realloc (segments,
  /external/icu4c/common/
uvector.cpp 349 // We keep the original contents on the memory failure on realloc or bad minimumCapacity.
  /external/icu4c/io/
ustdio.c 166 /* Check for malloc/realloc failure. */
  /external/icu4c/test/cintltst/
hpmufn.c 114 retPtr = realloc(p, size+sizeof(ctest_AlignedMemory));
  /external/icu4c/test/intltest/
v32test.cpp 408 //TEST_ASSERT(buf != resizedBuf); // The buffer might have been realloc'd
  /external/ipsec-tools/src/libipsec/
policy_parse.y 525 n = realloc(pbuf, tlen);
  /external/linux-tools-perf/
perf.c 233 new_argv = realloc(new_argv, sizeof(char *) *
  /external/llvm/include/llvm/ADT/
BitVector.h 438 Bits = (BitWord *)std::realloc(Bits, Capacity * sizeof(BitWord));
  /external/mksh/src/
sh.h 509 /* malloc(3)/realloc(3) -> free(3) for use by the memory allocator */
511 #define realloc_osi(p,sz) realloc((p), (sz))
514 /* malloc(3)/realloc(3) -> free(3) for use by mksh code */
516 #define realloc_osfunc(p,sz) realloc((p), (sz))
    [all...]
  /external/openssl/crypto/
mem.c 83 static void *(*realloc_func)(void *, size_t)= realloc;
  /external/qemu/
Makefile.target 212 # memory leaks and attempts to free/realloc invalid pointers.
  /external/qemu/distrib/sdl-1.2.12/
android-configure.sh 355 sdl_check_funcs malloc calloc realloc free alloc
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 156 #define SDL_realloc realloc
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/aix/
SDL_syscdrom.c 164 /* Buffer was too small, realloc. */
  /external/skia/include/core/
SkTypes.h 59 /** Same as standard realloc(), but this one never returns null on failure. It will throw
  /external/skia/src/core/
SkString.cpp 449 /* Seems we should use realloc here, since that is safe if it fails
  /external/srec/portable/src/
phashtable.c 283 REALLOC(table->entries,
  /external/valgrind/main/callgrind/
callstack.c 100 cs->entry = (call_entry*) VG_(realloc)("cl.callstack.ess.1",
  /external/valgrind/main/coregrind/m_demangle/
dyn-string.c 168 ds->s = (char *) realloc (ds->s, ds->allocated);
  /external/valgrind/main/coregrind/m_gdbserver/
server.h 184 #define realloc(p,size) VG_(arena_realloc) (VG_AR_CORE, "gdbsrv", p, size) macro
  /external/valgrind/main/coregrind/
m_options.c 166 out = VG_(realloc)("options.efn.2(multiple)", out, len); \
  /external/valgrind/main/include/
pub_tool_debuginfo.h 124 0x4001BF05: realloc (vg_replace_malloc.c:339)
  /external/valgrind/main/massif/docs/
ms-manual.xml 555 <function>realloc</function>,
    [all...]

Completed in 1685 milliseconds

<<21222324252627282930>>