Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a4a4ea6747dce71f81993745b07e342160cb784e
/
.
/
build_tests
/
tcmalloc.cc
blob: 323ee58d45a785638bca63e0c2fedb6793541d90 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
int
main
()
{
malloc
(
500000
);
}