| 39 | BF_IMPORT void BF_CALLTYPE BlContext_SetHeap(BlContext* blContext, int reserve, int commit); |
| 40 | |
| 41 | void Fail(const std::string& name) |
| 42 | { |
| 43 | gFailed = true; |
| 44 | std::cerr << "ERROR: " << name.c_str() << std::endl; |
| 45 | } |
| 46 | |
| 47 | static bool CheckBoolean(const std::string& arg) |
| 48 | { |
no test coverage detected