| 164 | }; |
| 165 | |
| 166 | mspace space() const { return _space->_sp; } |
| 167 | |
| 168 | // check if we can clear the whole allocator memory at once => works only if the allocator |
| 169 | // is not be shared. If can_clear() returns true, we expect that the next allocator call |