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