Skip to content

Instantly share code, notes, and snippets.

@hadashiA
Created April 21, 2017 04:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hadashiA/e83edeefaef3fe7eab61cf03bfede3c0 to your computer and use it in GitHub Desktop.
Save hadashiA/e83edeefaef3fe7eab61cf03bfede3c0 to your computer and use it in GitHub Desktop.
// System.Void System.GC::Collect()
extern "C" void GC_Collect_m2249328497 (Il2CppObject * __this /* static, unused */, const MethodInfo* method)
{
{
int32_t L_0 = GC_get_MaxGeneration_m1986243316(NULL /*static, unused*/, /*hidden argument*/NULL);
GC_InternalCollect_m479047119(NULL /*static, unused*/, L_0, /*hidden argument*/NULL);
return;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment