MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / throw_bad_last_alloc_exception_v4

Function throw_bad_last_alloc_exception_v4

benchmarks/tbb/tbb_misc.cpp:115–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113#endif // _WIN32||_WIN64
114
115void throw_bad_last_alloc_exception_v4() {
116 throw_exception_v4(eid_bad_last_alloc);
117}
118
119void throw_exception_v4 ( exception_id eid ) {
120 __TBB_ASSERT ( eid > 0 && eid < eid_max, "Unknown exception ID" );

Callers

nothing calls this directly

Calls 1

throw_exception_v4Function · 0.85

Tested by

no test coverage detected