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

1 2 3 4 5 6 7 8 91011>>

  /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",
jpeg-compress.c 66 * compressed data. So, here we should reallocate the output buffer, rather than
76 /* Reallocate output buffer. */
system.c 70 fprintf(stderr, "PANIC: not enough memory to reallocate %zu bytes\n", 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/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/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,
  /frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp 61 // do we need to reallocate?
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
mcheck.h 53 when you free or reallocate a block. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /external/bouncycastle/bcprov/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/compiler-rt/lib/sanitizer_common/tests/
sanitizer_allocator64_testlib.cc 77 return allocator.Reallocate(&cache, p, new_size, 8);
  /external/libvpx/examples/includes/geshi/geshi/
freebasic.php 71 "reallocate", "redim", "rem", "reset", "restore", "resume",
  /frameworks/av/services/camera/libcameraservice/camera2/
CameraMetadata.h 101 * will reallocate the buffer if insufficient space exists. Overloaded for
  /frameworks/native/include/ui/
GraphicBuffer.h 92 status_t reallocate(uint32_t w, uint32_t h, PixelFormat f, uint32_t usage);
  /frameworks/native/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
  /bootable/recovery/minzip/
Hash.h 83 * all elements without needing to reallocate the table.

Completed in 1152 milliseconds

1 2 3 4 5 6 7 8 91011>>