MCPcopy Index your code
hub / github.com/F-Stack/f-stack / mt_init_frame

Function mt_init_frame

adapter/micro_thread/mt_api.cpp:573–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571}
572
573bool mt_init_frame(int argc, char * const argv[])
574{
575 if (argc) {
576 ff_init(argc, argv);
577 ff_set_hook_flag();
578 }
579 memset(&g_mt_syscall_tab, 0, sizeof(g_mt_syscall_tab));
580 return MtFrame::Instance()->InitFrame();
581}
582
583void mt_set_stack_size(unsigned int bytes)
584{

Callers 1

mainFunction · 0.85

Calls 3

ff_initFunction · 0.85
memsetFunction · 0.85
InitFrameMethod · 0.80

Tested by

no test coverage detected