Searched refs:enough (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.cc221 bool enough = true; local
226 enough = false;
229 "outgoing: %d, vnet: %d, enough: %d\n",
230 outgoing, vnet, enough);
233 // There were not enough resources
234 if (!enough) {
/gem5/ext/mcpat/
H A DxmlParser.cc1292 // printf("XMLParser Error: Not enough memory! Aborting...\n"); exit(220);

Completed in 18 milliseconds