HomeSort by relevance Sort by last modified time
    Searched refs:realloc (Results 201 - 225 of 450) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/wpa_supplicant_8/src/utils/
eloop_none.c 76 realloc(eloop.readers,
265 realloc(eloop.signals,
  /external/zlib/examples/
zran.c 108 next = realloc(index->list, sizeof(struct point) * index->size);
224 index = realloc(index, sizeof(struct point) * index->have);
  /system/extras/librank/
librank.c 86 libraries = realloc(libraries, 2 * libraries_size * sizeof(struct library_info *));
128 library->mappings = realloc(library->mappings,
  /bootable/recovery/
recovery.c 519 dirs = realloc(dirs, d_alloc * sizeof(char*));
531 zips = realloc(zips, z_alloc * sizeof(char*));
544 zips = realloc(zips, z_alloc * sizeof(char*));
install.c 195 out = realloc(out, *numKeys * sizeof(RSAPublicKey));
roots.c 94 device_volumes = realloc(device_volumes, alloc*sizeof(Volume));
  /external/jhead/
jpgfile.c 118 Sections = (Section_t *)realloc(Sections, sizeof(Section_t)*SectionsAllocated);
628 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
708 ExifSection->Data = (uchar *)realloc(ExifSection->Data, NewExifSize);
  /system/core/toolbox/
getevent.c 93 bits = realloc(bits, bits_size * 2);
338 new_ufds = realloc(ufds, sizeof(ufds[0]) * (nfds + 1));
344 new_device_names = realloc(device_names, sizeof(device_names[0]) * (nfds + 1));
  /external/bluetooth/glib/glib/gnulib/
vasnprintf.c 39 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
309 memory = (char *) realloc (result, allocated); \
1071 memory = (char *) realloc (result, length + 1);
  /external/e2fsprogs/intl/
vasnprintf.c 41 #include <stdlib.h> /* abort(), malloc(), realloc(), free() */
199 memory = (CHAR_T *) realloc (result, memory_size); \
857 memory = (CHAR_T *) realloc (result, (length + 1) * sizeof (CHAR_T));
  /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/libpcap/missing/
snprintf.c 110 tmp = realloc (state->str, state->sz);
595 tmp = realloc (state.str, len+1);
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 97 fCpuData.realloc(fGpu->supportsBufferLocking() ? 0 : fMinBlockSize);
269 fBufferPtr = fCpuData.realloc(size);
  /external/tcpdump/missing/
snprintf.c 110 tmp = realloc (state->str, state->sz);
595 tmp = realloc (state.str, len+1);
  /external/valgrind/main/coregrind/
m_tooliface.c 301 void* (*realloc) ( ThreadId, void*, SizeT ),
315 VG_(tdict).tool_realloc = realloc;
  /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/webkit/Tools/android/flex-2.5.4a/
scan.l 702 return (void *) realloc( ptr, size );
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3ext.h 113 void *(*realloc)(void*,int); member in struct:sqlite3_api_routines
295 #define sqlite3_realloc sqlite3_api->realloc
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 463 /* Panic on failing realloc */
478 ret = realloc(ptr, size);
563 try = realloc(b->b, alen); /* Note: *not* the REALLOC() macro! */
567 try = REALLOC(b->b, alen, char);
  /bionic/libc/unistd/
opendir.c 249 realloc(de_list, sizeof(struct dirent *)*de_list_size);
  /dalvik/vm/
IndirectRefTable.cpp 108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot));
ReferenceTable.cpp 79 newTable = (Object**) realloc(pRef->table, newSize * sizeof(Object*));
  /dalvik/vm/hprof/
HprofOutput.cpp 192 newBody = (unsigned char *)realloc(rec->body, newAllocLen);
  /external/chromium/third_party/libevent/
signal.c 159 p = realloc(sig->sh_old, new_max * sizeof(*sig->sh_old));
161 event_warn("realloc");
  /external/dbus/tools/
dbus-cleanup-sockets.c 81 mem = realloc (old, bytes);

Completed in 1327 milliseconds

1 2 3 4 5 6 7 891011>>