Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
ed79de682ecba438d103d4849ffb8aecddfa306e
/
.
/
build_tests
/
tcmalloc.cc
blob: eb74a65b2c6887c19d50995016c83b859d5bf141 [
file
] [
log
] [
blame
]
Brian Silverman
516ceb2
2015-11-27 01:29:05 -0500
[
diff
] [
blame
]
1
#include
<stdlib.h>
2
Brian Silverman
ed79de6
2015-11-28 18:10:17 -0500
[
diff
] [
blame^
]
3
int
main
()
{
void
*
big_chunk __attribute__
((
unused
))
=
malloc
(
500000
);
}