HomeSort by relevance Sort by last modified time
    Searched full:reallocate (Results 1 - 25 of 211) sorted by null

1 2 3 4 5 6 7 8 9

  /external/qemu/android/utils/
vector.c 14 AASSERT_FAIL("trying to reallocate array of 0-size items (count=%d)\n", newCount);
18 AASSERT_FAIL("trying to reallocate over-sized array of %d-bytes items (%d > %d)\n",
system.c 70 fprintf(stderr, "PANIC: not enough memory to reallocate %lld bytes\n", (uint64_t)size);
  /external/mesa3d/src/talloc/
hieralloc.h 71 // reallocate and append
74 // reallocate and append
83 // reallocate and append vsprintf
86 // reallocate and append sprintf
hieralloc.c 376 // reallocate and append
386 // reallocate and append
433 // reallocate and append vsprintf
461 // reallocate and append sprintf
  /external/bluetooth/glib/gio/
gmemoryoutputstream.h 72 * @data: memory block to reallocate
73 * @size: size to reallocate @data to
  /external/bluetooth/glib/tests/
slice-threadinit.c 125 if (k >= MAX_PROBE_TRIALS) /* failed to reallocate slice */
126 g_error ("failed to reallocate slice from magazine (before g_thread_init): size=%d", magazine_probes[j]);
151 if (k >= MAX_PROBE_TRIALS) /* failed to reallocate slice */
152 g_error ("failed to reallocate slice from magazine (after g_thread_init): size=%d", magazine_probes[j]);
  /external/qemu/docs/
ANDROID-MEMCHECK.TXT 9 - Attempts to free / reallocate invalid pointers (including pointers that have
38 detect and report attempts to free/reallocate invalid pointers.
  /external/bluetooth/glib/docs/
debugging.txt 18 size of the corresponding memory block to free/reallocate/allocate.
  /external/dropbear/libtommath/
bn_mp_grow.c 29 /* reallocate the array a->dp
  /external/oprofile/libutil/
op_libiberty.h 45 /* Reallocate memory without fail. This works like xmalloc. Note,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /external/webkit/Source/WebCore/platform/text/cf/
StringImplCF.cpp 71 static void* reallocate(void* pointer, CFIndex newSize, CFOptionFlags, void*) function in namespace:WTF::StringWrapperCFAllocator
122 CFAllocatorContext context = { 0, 0, retain, release, copyDescription, allocate, reallocate, deallocate, preferredSize };
  /bionic/libc/netbsd/net/
getservent.c 81 /* reallocate the thread-specific servent struct */
  /dalvik/vm/
LinearAlloc.h 63 * Reallocate a chunk. The original storage is not released, but may be
Hash.h 96 * all elements without needing to reallocate the table.
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 49 * lazily initialized to avoid having to reallocate on reset when
  /external/chromium/base/
stack_container_unittest.cc 56 // Resize to smaller. Our STL implementation won't reallocate in this case,
  /external/libvpx/examples/includes/geshi/geshi/
freebasic.php 71 "reallocate", "redim", "rem", "reset", "restore", "resume",
  /frameworks/base/include/ui/
GraphicBuffer.h 92 status_t reallocate(uint32_t w, uint32_t h, PixelFormat f, uint32_t usage);
  /frameworks/base/opengl/libagl/
TextureObjectManager.h 54 status_t reallocate(GLint level,
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 64 reallocate P so that it contains more than *PN bytes. *PN must be
  /external/bison/lib/
xmalloc.c 96 otherwise, reallocate P so that it contains more than *PN objects
187 reallocate P so that it contains more than *PN bytes. *PN must be
  /external/wpa_supplicant/
todo.txt 61 make it possible to add a header without having to reallocate buffer
62 * reallocate buffer (add head and/or tail room)
  /bootable/recovery/minzip/
Hash.h 83 * all elements without needing to reallocate the table.
  /external/chromium/net/tools/flip_server/
simple_buffer.cc 140 // old data that is already read, and reallocate large storage as needed.

Completed in 935 milliseconds

1 2 3 4 5 6 7 8 9