| 42 | |
| 43 | |
| 44 | FakerConfig *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 |