----------------------- IS EMPTY -----------------------------------
| 74 | } |
| 75 | //----------------------- IS EMPTY ----------------------------------- |
| 76 | bool MemoryFrame::isEmpty() const |
| 77 | { |
| 78 | return this->frameSize == 0; |
| 79 | } |
| 80 | //----------------------- IS MULTIPLE OF ----------------------------- |
| 81 | bool MemoryFrame::isMultipleOf(unsigned int bytes) const |
| 82 | { |
no outgoing calls
no test coverage detected