| 61 | } |
| 62 | |
| 63 | void RyzMemGrow::Done() |
| 64 | { |
| 65 | this->amt_last = this->amt; |
| 66 | this->ptr_last = this->ptr; |
| 67 | this->user_last = this->user; |
| 68 | this->amt = 0; |
| 69 | this->ptr = NULL; |
| 70 | this->user = NULL; |
| 71 | this->flg_grow = 0; |
| 72 | } |
no outgoing calls
no test coverage detected