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

<<21222324252627282930>>

  /bootable/recovery/applypatch/
imgdiff.c 413 *chunks = realloc(*chunks, *num_chunks * sizeof(ImageChunk));
459 curr->data = realloc(curr->data, allocated);
496 *chunks = realloc(*chunks, *num_chunks * sizeof(ImageChunk));
962 src_chunks[i].data = realloc(src_chunks[i].data, src_chunks[i].len + bonus_size);
    [all...]
  /bootable/recovery/
verifier.cpp 259 out = (Certificate*)realloc(out, *numKeys * sizeof(Certificate));
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstUtf8.java 81 char[] chars = new char[length]; // This is sized to avoid a realloc.
  /dalvik/dx/src/com/android/dx/rop/cst/
CstString.java 81 char[] chars = new char[length]; // This is sized to avoid a realloc.
  /dalvik/vm/
IndirectRefTable.cpp 108 (IndirectRefSlot*) realloc(table_, newSize * sizeof(IndirectRefSlot));
ReferenceTable.cpp 79 newTable = (Object**) realloc(pRef->table, newSize * sizeof(Object*));
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLClientState.cpp 354 TextureRec* newTextures = (TextureRec*)realloc(m_tex.textures,
  /external/apache-xml/src/main/java/org/apache/xml/utils/
IntVector.java 26 * This version is based on a "realloc" strategy -- a simle array is
ObjectVector.java 26 * This version is based on a "realloc" strategy -- a simle array is
  /external/arduino/hardware/arduino/cores/arduino/
WString.cpp 153 char *temp = (char *)realloc(_buffer, _length + 1);
  /external/bison/lib/
error.c 221 wchar_t *p = (wchar_t *) realloc (wmessage,
  /external/chromium/base/
pickle.h 209 // A realloc() failure will cause a Resize failure... and caller should check
  /external/chromium/third_party/libevent/
buffer.c 289 if ((newbuf = realloc(buf->buffer, length)) == NULL)
  /external/chromium_org/gpu/command_buffer/client/
mapped_memory_unittest.cc 174 // Check if we free and realloc the same size we get the same memory
  /external/chromium_org/net/socket_stream/
socket_stream.h 219 void Realloc(size_t new_size);
  /external/chromium_org/third_party/expat/files/
Changes 151 standard malloc,realloc, and free.
  /external/chromium_org/third_party/icu/source/common/unicode/
uclean.h 241 * @param r Pointer to a user-supplied realloc function.
  /external/chromium_org/third_party/libevent/
buffer.c 289 if ((newbuf = realloc(buf->buffer, length)) == NULL)
  /external/chromium_org/third_party/libxml/src/
testC14N.c 185 perror("realloc failed"); \
  /external/chromium_org/third_party/libxslt/libxslt/
attrvt.c 329 if (attr->psvi != avt) { /* may have changed from realloc */
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi.c 62 instructions = REALLOC(bld_base->instructions, bld_base->max_instructions
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_util.cpp 251 data = (uint32_t *)REALLOC(data, 4 * p, 4 * n);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
compute_memory_pool.c 213 pool->shadow = (uint32_t*)realloc(pool->shadow, new_size_in_dw*4);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_tgsi.c 67 new_buf = REALLOC(emit->buf, emit->size, newsize);
  /external/chromium_org/third_party/mesa/src/src/glsl/
ralloc.c 137 info = realloc(old, size + sizeof(ralloc_header));

Completed in 657 milliseconds

<<21222324252627282930>>