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