----------------------- FILL ---------------------------------------
| 22 | } |
| 23 | //----------------------- FILL --------------------------------------- |
| 24 | void MemoryFrame::fill(unsigned char value) |
| 25 | { |
| 26 | ::memset(this->frameBase, value, this->frameSize); |
| 27 | } |
| 28 | //----------------------- SUB FRAME BY SIZE -------------------------- |
| 29 | MemoryFrame MemoryFrame::getSubFrame(int from, int size) |
| 30 | { |
no outgoing calls
no test coverage detected