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

/gem5/src/mem/cache/
H A Dqueue.hh97 /** Holds pointers to all allocated entries. */
101 /** Holds non allocated entries. */
122 /** The number of currently allocated entries. */
123 int allocated; member in class:Queue
136 allocated(0)
145 return allocated == 0;
150 return (allocated >= numEntries - numReserve);
170 // we ignore any entries allocated for uncacheable
242 allocated--;
249 if (drainState() == DrainState::Draining && allocated
[all...]
H A Dmshr_queue.hh59 * A Class for maintaining a list of pending and allocated memory requests.
95 * @return The a pointer to the MSHR allocated.
157 return (allocated < numEntries - (numReserve + 1 + demandReserve));
H A Dwrite_queue.cc73 allocated += 1;
H A Dmshr_queue.cc73 allocated += 1;
/gem5/ext/googletest/googletest/samples/
H A Dsample10_unittest.cc66 static int allocated() { return allocated_; } function in class:__anon29::Water
82 initially_allocated_ = Water::allocated();
87 int difference = Water::allocated() - initially_allocated_;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h127 bool allocated; // used internally, previous value ignored member in struct:sc_core::sc_report_handler::msg_def_items
H A Dsc_report_handler.cpp363 // free the sc_msg_def's allocated by add_msg_type
384 if ( prev->allocated )
435 items->allocated = true;
442 items->allocated = false;

Completed in 7 milliseconds