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