MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / fconfig_getinstance

Function fconfig_getinstance

server/testplugin.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44FakerConfig *fconfig_getinstance(void)
45{
46 #ifdef USEHELGRIND
47 ANNOTATE_BENIGN_RACE_SIZED(&fconfig, sizeof(FakerConfig *), );
48 #endif
49 return fconfig;
50}
51
52
53// This just wraps the VGLTrans class in order to demonstrate how to build a

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected