/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/eigen/Eigen/src/SparseCore/ |
CompressedStorage.h | 77 reallocate(newAllocatedSize); 83 reallocate(m_size); 89 reallocate(size + size_t(reserveSizeFactor*size)); 205 inline void reallocate(size_t size) function in class:Eigen::internal::CompressedStorage
|
AmbiVector.h | 57 reallocate(size); 65 void reallocate(Index size) function in class:Eigen::internal::AmbiVector
|
/external/eigen/unsupported/Eigen/src/Skyline/ |
SkylineStorage.h | 90 reallocate(size, upperProfileSize, lowerProfileSize, upperSize, lowerSize); 95 reallocate(m_diagSize, m_upperProfileSize, m_lowerProfileSize, m_upperSize, m_lowerSize); 100 reallocate(diagSize, upperProfileSize, lowerProfileSize, upperSize + Index(reserveSizeFactor * upperSize), lowerSize + Index(reserveSizeFactor * lowerSize)); 203 inline void reallocate(Index diagSize, Index upperProfileSize, Index lowerProfileSize, Index upperSize, Index lowerSize) { function in class:Eigen::SkylineStorage
|
/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/icu4c/i18n/ |
sortkey.cpp | 63 (count > getCapacity() && reallocate(count, 0) == NULL)) { 84 if (length > getCapacity() && reallocate(length, 0) == NULL) { 99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { function in class:CollationKey 157 if (length > getCapacity() && reallocate(length, 0) == NULL) {
|
/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/bison/lib/ |
xmalloc.c | 68 reallocate P so that it contains more than *PN bytes. *PN must 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/libvpx/libvpx/examples/includes/geshi/geshi/ |
freebasic.php | 71 "reallocate", "redim", "rem", "reset", "restore", "resume",
|
/frameworks/native/include/ui/ |
GraphicBuffer.h | 91 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
|
/bootable/recovery/minzip/ |
Hash.h | 83 * all elements without needing to reallocate the table.
|