OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git]
/
libmudflap
/
testsuite
/
libmudflap.c
/
hook2-allocstuff.c
1
/* Generates recursive malloc call on i386-freebsd4.10 with -fmudflap. */
2
#include <stdlib.h>
3
4
int
5
main (void)
6
{
7
char *p = malloc (1<<24);
8
return 0;
9
}