예제 #1
0
void
runtime∕debug·setGCPercent(intgo in, intgo out)
{
	out = 0;
	FLUSH(&out);
#line 16 "C:\Users\ADMINI~1\AppData\Local\Temp\2\makerelease686069423\go\src\pkg\runtime\rdebug.goc"

	out = runtime·setgcpercent(in);
	FLUSH(&out);
}
예제 #2
0
void
runtime∕debug·setGCPercent(intgo in, intgo out)
{
	out = 0;
	FLUSH(&out);
#line 16 "/home/14/ren/source/golang/go/src/pkg/runtime/rdebug.goc"

	out = runtime·setgcpercent(in);
	FLUSH(&out);
}