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