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

/gem5/src/cpu/minor/
H A Dbuffers.hh468 unsigned int totalSpace() const { return capacity; } function in class:Minor::Queue
510 /* If we become over-full, totalSpace() can actually be smaller than
512 unsigned int num_total = (occupiedSpace() > totalSpace() ?
513 occupiedSpace() : totalSpace());

Completed in 6 milliseconds