coregrind/m_gdbserver/remote-utils.c (prepare_resume_reply): Use memcpy
[valgrind.git] / massif / tests / one.c
blob5d6ce62135027891471ae648f9a226824ad89158
1 #include <stdlib.h>
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.
6 int main(void)
8 malloc(1);
9 return 0;