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

<<11121314151617181920>>

  /external/freetype/src/base/
ftdbgmem.c 137 FT_Realloc_Func realloc; member in struct:FT_MemTableRec_
324 table->realloc = memory->realloc;
840 memory->realloc = ft_mem_debug_realloc;
895 memory->realloc = table->realloc;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 410 extern void *realloc (void *, size_t);
630 #define really_call_realloc realloc
633 /* Flex and bison use malloc and realloc. Yuk. Note that this means
636 #define realloc xrealloc macro
652 #undef realloc macro
653 #pragma GCC poison malloc realloc
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 446 extern void *realloc (void *, size_t);
702 #define really_call_realloc realloc
705 /* Flex and bison use malloc and realloc. Yuk. Note that this means
708 #define realloc xrealloc macro
724 #undef realloc macro
725 #pragma GCC poison malloc realloc
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 446 extern void *realloc (void *, size_t);
702 #define really_call_realloc realloc
705 /* Flex and bison use malloc and realloc. Yuk. Note that this means
708 #define realloc xrealloc macro
724 #undef realloc macro
725 #pragma GCC poison malloc realloc
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 446 extern void *realloc (void *, size_t);
702 #define really_call_realloc realloc
705 /* Flex and bison use malloc and realloc. Yuk. Note that this means
708 #define realloc xrealloc macro
724 #undef realloc macro
725 #pragma GCC poison malloc realloc
  /bionic/libc/bionic/
fts.c 672 /* Did realloc() change the pointer? */
745 * If realloc() changed the address of the path, adjust the
868 * 40 so don't realloc one entry at a time.
874 if ((a = realloc(sp->fts_array,
940 * plus 256 bytes so don't realloc the path 2 bytes at a time.
959 p = realloc(sp->fts_path, sp->fts_pathlen);
971 * When the path is realloc'd, have to fix all of the pointers in structures
  /external/dbus/dbus/
dbus-memory.c 323 return "realloc";
327 return "realloc(NULL)";
564 _dbus_verbose (" FAILING realloc of %ld bytes\n", (long) bytes);
587 block = realloc (((unsigned char*)memory) - GUARD_START_OFFSET,
613 mem = realloc (memory, bytes);
dbus-dataslot.c 247 * be e.g. realloc()ing allocated_slots. We avoid doing this if asserts
304 * be e.g. realloc()ing allocated_slots. We avoid doing this if asserts
  /external/astl/include/
vector 179 // lead to some realloc) as necessary. See 'reserve'.
295 realloc(mBegin, new_size * sizeof(value_type)));
438 // insert, call push_back which will alloc/realloc as needed.
  /external/clang/lib/StaticAnalyzer/Checkers/
UnixAPIChecker.cpp 190 // "calloc", "malloc", "realloc", "alloca" and "valloc" with allocation size 0
308 BasicAllocationCheck(C, CE, 2, 1, "realloc");
338 .Case("realloc", &UnixAPIChecker::CheckReallocZero)
  /external/compiler-rt/lib/asan/
asan_malloc_mac.cc 194 Printf("mz_realloc(%p) -- attempting to realloc unallocated memory.\n"
217 Printf("cf_realloc(%p) -- attempting to realloc unallocated memory.\n"
338 asan_zone.realloc = &mz_realloc;
  /external/freetype/include/freetype/internal/
psaux.h 113 /* (alloc/realloc). */
420 /* memory :: The object used for memory operations (alloc/realloc). */
740 /* realloc). */
    [all...]
  /external/valgrind/main/memcheck/tests/
Makefile.am 160 pdb-realloc.stderr.exp pdb-realloc.vgtest \
254 partial_load pdb-realloc pdb-realloc2 \
  /ndk/sources/host-tools/sed-4.2.1/m4/
gnulib-comp.m4 99 gl_STDLIB_MODULE_INDICATOR([realloc-posix])
314 lib/realloc.c
414 m4/realloc.m4
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 387 void* MC_(realloc) ( ThreadId tid, void* p_old, SizeT new_szB ) function
397 if (complain_about_silly_args(new_szB, "realloc"))
410 /* can not realloc a range that was allocated with new or new [] */
520 // malloc_list. If this realloc() did not increase the memory size, we
522 // because shrinking a block with realloc() is (presumably) much rarer
540 and not used for, handling of the normal libc realloc()
  /dalvik/vm/
BitVector.cpp 91 pBits->storage = (u4*)realloc(pBits->storage,
114 pBits->storage = (u4*)realloc(pBits->storage, newSize * sizeof(u4));
  /device/asus/grouper/audio/
audio_route.c 114 new_mixer_path = realloc(ar->mixer_path, ar->mixer_path_size *
164 new_path_setting = realloc(path->setting,
  /external/chromium/third_party/libevent/
devpoll.c 198 fds = realloc(devpollop->fds, nfds * sizeof(struct evdevpoll));
200 event_warn("realloc");
signal.c 159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
161 event_warn("realloc");
  /external/e2fsprogs/intl/
localealias.c 314 char *new_pool = (char *) realloc (string_space, new_size);
374 new_map = (struct alias_map *) realloc (map, (new_size
  /external/elfutils/libdwfl/
cu.c 103 mod->aranges = (realloc (aranges, naranges * sizeof aranges[0])
226 struct dwfl_cu **newvec = realloc (mod->cu, ((mod->ncu + 1)
  /external/icu4c/test/cintltst/
cmsgtst.c 126 result=(UChar*)realloc(result,sizeof(UChar) * resultlength);
291 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
322 result=(UChar*)realloc(result, sizeof(UChar) * (resultlength+1));
347 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
418 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
512 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
605 result=(UChar*)realloc(result, sizeof(UChar) * resultlength);
    [all...]
  /external/ipsec-tools/src/racoon/
getcertsbyname.c 229 p = realloc(answer, buflen);
232 printf("realloc: %s", strerror(errno));
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/libexec/gcc/arm-eabi/4.6.x-google/
lto-wrapper 
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 

Completed in 2316 milliseconds

<<11121314151617181920>>