/external/valgrind/main/exp-ptrcheck/tests/ |
realloc.vgtest | 2 prog: realloc
|
zero.c | 12 c0 = realloc(c0, 10); 18 c0 = realloc(c0, 0);
|
realloc.stderr.exp-glibc25-amd64 | 3 at 0x........: main (realloc.c:20) 6 at 0x........: realloc (vg_replace_malloc.c:...) 7 by 0x........: main (realloc.c:17) 10 at 0x........: main (realloc.c:21) 13 at 0x........: realloc (vg_replace_malloc.c:...) 14 by 0x........: main (realloc.c:17) 17 at 0x........: main (realloc.c:28) 20 at 0x........: realloc (vg_replace_malloc.c:...) 21 by 0x........: main (realloc.c:25) 24 at 0x........: main (realloc.c:29 [all...] |
realloc.stderr.exp-glibc25-x86 | 3 at 0x........: main (realloc.c:20) 6 at 0x........: realloc (vg_replace_malloc.c:...) 7 by 0x........: main (realloc.c:17) 10 at 0x........: main (realloc.c:21) 13 at 0x........: realloc (vg_replace_malloc.c:...) 14 by 0x........: main (realloc.c:17) 17 at 0x........: main (realloc.c:28) 20 at 0x........: realloc (vg_replace_malloc.c:...) 21 by 0x........: main (realloc.c:25) 24 at 0x........: main (realloc.c:29 [all...] |
realloc.c | 17 x = realloc(x, sizeof(int*)*50); // smaller 25 x = realloc(x, sizeof(int*)*50); // same size 33 x = realloc(x, sizeof(int*)*100); // bigger 43 sink = realloc((void*)0x99, 10); // fails
|
/external/valgrind/main/memcheck/tests/ |
pdb-realloc.vgtest | 1 prog: pdb-realloc
|
malloc_free_fill.stderr.exp | 5 test realloc-larger: 10 test realloc-smaller:
|
realloc2.c | 3 realloc time due to bad ordering of the things happening. Now runs 15 p = realloc(p, 500); 16 p = realloc(p, 600);
|
realloc3.c | 1 /* For a long time (from Valgrind 1.0 to 1.9.6, AFAICT) when realloc() was 4 referred to it would state that it was allocated not by the realloc(), 8 ExeContexts should be updated upon their realloc(). I hope that's clear. 19 x = realloc(x, 5); // same size 20 y = realloc(y, 5); // make smaller 21 z = realloc(z, 5); // make bigger
|
realloc1.c | 15 p = realloc(p, i);
|
realloc3.stderr.exp | 4 at 0x........: realloc (vg_replace_malloc.c:...) 10 at 0x........: realloc (vg_replace_malloc.c:...) 16 at 0x........: realloc (vg_replace_malloc.c:...)
|
/external/valgrind/main/massif/tests/ |
realloc.c | 5 int* x = realloc(NULL, 800); // equivalent to malloc(800), and ends up 8 x = realloc(x, 800); // same size 10 x = realloc(x, 400); // smaller 12 x = realloc(x, 1200); // bigger 14 y = realloc(x+10, 1600); // bogus realloc 16 x = realloc(x, 0); // equivalent to free(x), and ends up
|
ignored.c | 17 x = realloc(x, 800); 18 x = realloc(x, 400); 21 ignored_x = realloc(ignored_x, 800); 22 ignored_x = realloc(ignored_x, 400); 38 x = realloc(x, 800); 39 x = realloc(x, 400); 42 ignored_x = realloc(ignored_x, 800); 43 ignored_x = realloc(ignored_x, 400); 47 x = realloc(ignored_x, 0); // equivalent to 'free(ignored_x)'.
|
filter_stderr | 11 perl -n -e 'print if !/^Massif: (malloc|calloc|realloc|memalign)_common$/' | 14 perl -n -e 'print if !/^Massif: malloc_zone_(malloc|calloc|realloc|memalign|valloc)$/'
|
realloc.stderr.exp | 10 Massif: realloc 25 Massif: realloc S. 2 (t:800, hp:800, ex:0, st:0) 27 Massif: realloc S. 4 (t:800, hp:400, ex:400, st:0) 28 Massif: realloc S. 5 (t:1200, hp:1200, ex:0, st:0)
|
realloc.vgtest | 1 prog: realloc
|
/external/valgrind/main/drd/tests/ |
memory_allocation.c | 20 p = realloc(NULL, 40960); 21 p = realloc(p, 50000); 22 p = realloc(p, 40000); 23 p = realloc(p, 0); 25 * glibc returns a NULL pointer when the size argument passed to realloc()
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
realloc.m4 | 0 # realloc.m4 serial 9 9 # Test whether 'realloc' is POSIX compliant (sets errno to ENOMEM when it 10 # fails), and replace realloc if it is not. 17 [Define if the 'realloc' function is POSIX compliant.]) 19 AC_LIBOBJ([realloc])
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
realloc.c | 0 /* realloc() function that is glibc compatible. 22 /* Only the AC_FUNC_REALLOC macro defines 'realloc' already in config.h. */ 23 #ifdef realloc 33 /* Below we want to call the system's malloc and realloc. 35 declaration of malloc(), not of rpl_malloc(), and likewise for realloc. */ 37 #undef realloc macro 44 /* Below we want to call the system's malloc and realloc. 48 #undef realloc macro 64 /* In theory realloc might fail, so don't rely on it to free. */ 79 result = realloc (p, n) [all...] |
/external/e2fsprogs/e2fsck/ |
mtrace.awk | 20 print "-", $2, "Realloc", NR, "was never alloc'd"; 23 print "+", $2, "Realloc", NR, "duplicate:", allocated[$2]; 30 # Ignore failed realloc attempts for now
|
/external/icu4c/samples/layout/ |
arraymem.h | 20 #define GROW_ARRAY(array,newSize) realloc((void *) (array), (newSize) * sizeof (array)[0])
|
/external/llvm/test/Transforms/SimplifyLibCalls/ |
2009-01-04-Annotate.ll | 9 declare i32* @realloc(i32*, i32)
|
/development/tools/yuv420sp2rgb/ |
debug.h | 59 static inline void *REALLOC(void *ptr, unsigned int size) { 60 void *m = realloc(ptr, size); 61 FAILIF(NULL == m, "realloc(%p, %d) failed!\n", ptr, size);
|
/external/clang/test/Sema/ |
implicit-builtin-decl.c | 39 void * realloc(void *p, int size) { // expected-warning{{incompatible redeclaration of library function 'realloc'}} \ function 40 // expected-note{{'realloc' is a builtin with type 'void *(void *,}}
|
/external/skia/src/ports/ |
SkMemory_malloc.cpp | 20 void* p = realloc(addr, size);
|