OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:semi_big
(Results
1 - 1
of
1
) sorted by null
/external/valgrind/main/memcheck/tests/
big_blocks_freed_list.c
9
char *
semi_big
= NULL;
local
18
semi_big
= malloc (900000);
20
free(
semi_big
);
23
if (
semi_big
[1000] > 0x0) jumped();
30
/* We should still have a nice error msg for the
semi_big
34
if (
semi_big
[2000] > 0x0) jumped();
Completed in 2451 milliseconds