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

<<21222324252627282930>>

  /external/bluetooth/bluez/tools/
parser.c 306 ? (short *)realloc(yyss, newsize * sizeof(*newss))
314 ? (YYSTYPE *)realloc(yyvs, newsize * sizeof(*newvs))
  /external/chromium/base/
process_util_unittest.cc 754 TEST_F(OutOfMemoryDeathTest, Realloc) {
757 value_ = realloc(NULL, test_size_);
  /external/flac/libFLAC/
format.c 584 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/icu4c/samples/ugrep/
ugrep.cpp 286 charBuf = (char *)realloc(charBuf, rawFileLen+1); // Need error checking...
340 ucharBuf = (UChar *)realloc(ucharBuf, (destCap+1) * sizeof(UChar));
  /external/icu4c/tools/gensprep/
store.c 335 /* realloc */
338 fprintf(stderr, "Could not realloc the mapping data!\n");
  /external/jhead/
main.c 178 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
497 *buf = realloc(*buf, bufLen);
  /external/libsepol/src/
module.c 237 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) {
270 (char *)realloc(base->netfilter_contexts, base_nc_len)) == NULL) {
  /external/libusb/libusb/
descriptor.c 200 altsetting = realloc(altsetting,
395 /* FIXME: We should realloc and append here */
  /external/valgrind/main/exp-bbv/
bbv_main.c 474 temp=VG_(realloc)("bbv_main.c allocate_threads",
494 VG_(realloc)("bbv_main.c inst_counter",
  /external/webrtc/src/common_audio/resampler/
resampler.cc     [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
dbus_dict_helpers.c 657 buffer = realloc(buffer, BYTE_ARRAY_ITEM_SIZE *
715 buffer = realloc(buffer, STR_ARRAY_ITEM_SIZE *
  /ndk/sources/host-tools/make-3.81/
misc.c 359 /* Some older implementations of realloc() don't conform to ANSI. */
362 result = ptr ? realloc (ptr, size) : malloc (size);
  /ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c 626 pproc->outp = realloc(pproc->outp, bufsize);
657 pproc->errp = realloc(pproc->errp, bufsize);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libgcc_s.so 
libgcc_s.so.1 
libgomp.so 
libgomp.so.1 
libgomp.so.1.0.0 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/
collect2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
ld-2.7.so 
ld-linux.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
ld-2.7.so 
ld-linux.so.2 
  /prebuilts/sdk/tools/linux/
zipalign 
  /sdk/find_lock/
find_lock.cpp 490 // Realloc
541 // Realloc

Completed in 642 milliseconds

<<21222324252627282930>>