OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onheap
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/main/memcheck/tests/
varinfo1.c
47
char*
onheap
= malloc(3);
local
48
assert(
onheap
);
49
croak(
onheap
+1);
50
free(
onheap
);
dw4.c
47
struct s1*
onheap
= malloc(sizeof (struct s1));
local
48
assert(
onheap
);
49
croak(&
onheap
->i);
varinfo5so.c
50
char*
onheap
= malloc(3);
local
51
assert(
onheap
);
52
croak(
onheap
+1);
53
free(
onheap
);
Completed in 55 milliseconds