MCPcopy Create free account
hub / github.com/beefytech/Beef / BfpGetGlobalData

Function BfpGetGlobalData

BeefySysLib/platform/posix/PosixCommon.cpp:350–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

348static BfpGlobalData* gBfpGlobal;
349
350static BfpGlobalData* BfpGetGlobalData()
351{
352 if (gBfpGlobal == NULL)
353 gBfpGlobal = new BfpGlobalData();
354 return gBfpGlobal;
355}
356
357#ifdef BFP_HAS_BACKTRACE
358

Callers 5

CrashedFunction · 0.85
SigHandlerFunction · 0.85
BfpSystem_InitFunction · 0.85
BfpSystem_AddCrashInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected