repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
coregrind/m_gdbserver/remote-utils.c (prepare_resume_reply): Use memcpy
[valgrind.git]
/
massif
/
tests
/
one.c
blob
5d6ce62135027891471ae648f9a226824ad89158
1
#include <stdlib.h>
2
3
// A test for a single allocation. There are two .post.exp* files, for each
4
// of VG_MIN_MALLOC_SZB==8 and VG_MIN_MALLOC_SZB==16.
5
6
int
main
(
void
)
7
{
8
malloc
(
1
);
9
return
0
;
10
}