/external/dropbear/libtommath/ |
bn_mp_grow.c | 37 /* reallocation failed but "a" is still valid [can be freed] */ 41 /* reallocation succeeded so set a->dp */
|
/external/stlport/test/unit/ |
mvctor_test.h | 46 //force reallocation
|
/ndk/tests/device/test-gnustl-full/unit/ |
mvctor_test.h | 46 //force reallocation
|
/ndk/tests/device/test-stlport/unit/ |
mvctor_test.h | 46 //force reallocation
|
/external/eigen/test/eigen2/ |
eigen2_newstdvector.cpp | 41 // (with memory reallocation) 76 // (with memory reallocation) 111 // (with memory reallocation)
|
eigen2_qtvector.cpp | 50 // (with memory reallocation) 85 // (with memory reallocation) 120 // (with memory reallocation)
|
eigen2_stdvector.cpp | 40 // (with memory reallocation) 75 // (with memory reallocation) 110 // (with memory reallocation)
|
/external/eigen/test/ |
qtvector.cpp | 50 // (with memory reallocation) 85 // (with memory reallocation) 120 // (with memory reallocation)
|
stdvector.cpp | 40 // (with memory reallocation) 75 // (with memory reallocation) 110 // (with memory reallocation)
|
stdvector_overload.cpp | 54 // (with memory reallocation) 89 // (with memory reallocation) 124 // (with memory reallocation)
|
/external/chromium/base/win/ |
scoped_comptr_unittest.cc | 98 // To avoid hitting a reallocation.
|
/external/e2fsprogs/e2fsck/ |
CHANGES | 26 Fixed bugs with root reallocation; previously the parent pointers in
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
vtimes.h | 49 a page from the list of pages awaiting reallocation. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vtimes.h | 49 a page from the list of pages awaiting reallocation. */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
vtimes.h | 49 a page from the list of pages awaiting reallocation. */
|
/external/icu4c/common/ |
charstr.cpp | 71 // (Part of) this string is appended to itself which requires reallocation,
|
/external/libvpx/libvpx/examples/ |
twopass_encoder.txt | 60 die("Memory reallocation failed.\n");
|
/external/qemu/android/utils/ |
system.c | 117 AASSERT_FAIL("reallocation of %d-bytes array too large (%d > %d)\n",
|
/external/stlport/test/eh/ |
test_bit_vector.cpp | 80 // Half the time, choose a size that will guarantee immediate reallocation
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 64 vector, if needed. Reallocation causes an exponential increase in 245 reallocation, for instance on an embedded vector. This returns 257 reallocated. Returns nonzero iff reallocation actually 268 reallocated. Returns nonzero iff reallocation actually 274 /* Copy elements with no reallocation 287 /* Copy elements with reallocation 300 /* Push object with no reallocation 313 /* Push object with reallocation 378 /* Insert object with no reallocation 391 /* Insert object with reallocation [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 64 vector, if needed. Reallocation causes an exponential increase in 245 reallocation, for instance on an embedded vector. This returns 257 reallocated. Returns nonzero iff reallocation actually 268 reallocated. Returns nonzero iff reallocation actually 274 /* Copy elements with no reallocation 287 /* Copy elements with reallocation 300 /* Push object with no reallocation 313 /* Push object with reallocation 378 /* Insert object with no reallocation 391 /* Insert object with reallocation [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
vec.h | 64 vector, if needed. Reallocation causes an exponential increase in 245 reallocation, for instance on an embedded vector. This returns 257 reallocated. Returns nonzero iff reallocation actually 268 reallocated. Returns nonzero iff reallocation actually 274 /* Copy elements with no reallocation 287 /* Copy elements with reallocation 300 /* Push object with no reallocation 313 /* Push object with reallocation 378 /* Insert object with no reallocation 391 /* Insert object with reallocation [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
vec.h | 64 vector, if needed. Reallocation causes an exponential increase in 245 reallocation, for instance on an embedded vector. This returns 257 reallocated. Returns nonzero iff reallocation actually 268 reallocated. Returns nonzero iff reallocation actually 274 /* Copy elements with no reallocation 287 /* Copy elements with reallocation 300 /* Push object with no reallocation 313 /* Push object with reallocation 378 /* Insert object with no reallocation 391 /* Insert object with reallocation [all...] |
/bionic/libc/bionic/ |
malloc_debug_check.cpp | 389 log_message("+++ REALLOCATION %p SIZE %d OF FREED MEMORY!\n", 403 * reallocation below succeeds. Since we didn't really free it, we 408 log_message("+++ REALLOCATION %p SIZE %d IS CORRUPTED OR NOT ALLOCATED VIA TRACKER!\n",
|
/hardware/ti/omap4xxx/ |
heaptracker.c | 422 malloc_log("+++ REALLOCATION %p SIZE %d OF FREED MEMORY!\n", 436 * reallocation below succeeds. Since we didn't really free it, we 442 malloc_log("+++ REALLOCATION %p SIZE %d IS CORRUPTED OR NOT ALLOCATED VIA TRACKER!\n",
|