Searched refs:malloc (Results 326 - 350 of 2881) sorted by last modified time

<<11121314151617181920>>

/external/valgrind/main/memcheck/tests/
H A Dclireq_nofill.stderr.exp4 at 0x........: malloc (vg_replace_malloc.c:...)
10 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dclo_redzone.c5 __attribute__((unused)) char *p = malloc (1);
6 char *b1 = malloc (128);
7 char *b2 = malloc (128);
H A Dclo_redzone_128.stderr.exp5 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dcond_ld_st.c243 c_Addr_DV = c_Addr_UV = malloc(4);
244 c_Addr_DI = c_Addr_UI = malloc(4);
H A Dcustom-overlap.c2 // with normal malloc() blocks in leak-checking -- if it happens, we ignore
3 // the malloc() block during the leak check.
13 // the malloc block.
14 x = malloc(1000);
21 // start of the malloc block.
22 x = malloc(1000);
H A Dcustom_alloc.c140 array3 = malloc(sizeof(int) * 10);
H A Dcustom_alloc.stderr.exp31 Address 0x........ is not stack'd, malloc'd or (recently) free'd
37 at 0x........: malloc (vg_replace_malloc.c:...)
H A Ddeep-backtrace.stderr.exp501 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Ddoublefree.c8 void* p = malloc(177);
H A Ddw4.c23 char* undefp = malloc(1);
47 struct s1* onheap = malloc(sizeof (struct s1));
H A Ddw4.stderr.exp5 at 0x........: malloc (vg_replace_malloc.c:...)
H A Derr_disable1.c26 block = malloc(10);
H A Derr_disable2.c27 block = malloc(10);
H A Derr_disable3.c41 block = malloc(10);
H A Derr_disable4.c67 block = malloc(10);
H A Derr_disable_arange1.c14 = (volatile int* volatile)malloc(1000 * sizeof(int));
H A Derror_counts.c43 leaked = malloc(77);
46 dubious = malloc(88);
49 reachable = malloc(99);
H A Derrs1.c12 void zzzzzzz ( void ) { p = malloc(10); }
H A Derrs1.stderr.exp8 at 0x........: malloc (vg_replace_malloc.c:...)
22 at 0x........: malloc (vg_replace_malloc.c:...)
H A Dexecve1.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dexecve2.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/valgrind/main/memcheck/tests/darwin/
H A Daio.stderr.exp5 Address 0x........ is not stack'd, malloc'd or (recently) free'd
12 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dscalar.c14 long* px = malloc(sizeof(long));
H A Dscalar.stderr.exp24 Address 0x........ is not stack'd, malloc'd or (recently) free'd
40 Address 0x........ is not stack'd, malloc'd or (recently) free'd
53 Address 0x........ is not stack'd, malloc'd or (recently) free'd
84 Address 0x........ is not stack'd, malloc'd or (recently) free'd
88 Address 0x........ is not stack'd, malloc'd or (recently) free'd
104 Address 0x........ is not stack'd, malloc'd or (recently) free'd
108 Address 0x........ is not stack'd, malloc'd or (recently) free'd
118 Address 0x........ is not stack'd, malloc'd or (recently) free'd
131 Address 0x........ is not stack'd, malloc'd or (recently) free'd
153 Address 0x........ is not stack'd, malloc'
[all...]
H A Dscalar_nocancel.c14 long* px = malloc(sizeof(long));

Completed in 131 milliseconds

<<11121314151617181920>>