MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / huge_heap_enabled

Function huge_heap_enabled

tests-cpp/small/test_capi_i64.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65bool huge_heap_enabled() {
66 if constexpr ( sizeof(void*) < 8 ) return false;
67 const char * env = getenv("DASLANG_HUGE_HEAP_TESTS");
68 return env && env[0] == '1';
69}
70
71} // anonymous namespace
72

Callers 1

test_capi_i64.cppFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected