OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onheap
(Results
1 - 2
of
2
) 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
);
varinfo5so.c
50
char*
onheap
= malloc(3);
local
51
assert(
onheap
);
52
croak(
onheap
+1);
53
free(
onheap
);
Completed in 461 milliseconds