Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0afc0c20f8b4565b2f36a958f7f49a7976b04130
/
.
/
build_tests
/
tcmalloc.cc
blob: c1d44299b8dc3f08c4f7205c52992cf65e8b7fc4 [
file
] [
log
] [
blame
]
#include
<stdlib.h>
int
main
()
{
void
*
big_chunk
=
malloc
(
500000
);
free
(
big_chunk
);
}