|
|
@@ -80,11 +80,7 @@ Page(void *start, size_t size) :
|
|
|
*/
|
|
|
INLINE bool NeverFreeMemory::Page::
|
|
|
operator < (const NeverFreeMemory::Page &other) const {
|
|
|
- if (_remaining != other._remaining) {
|
|
|
- return _remaining < other._remaining;
|
|
|
- } else {
|
|
|
- return _next < other._next;
|
|
|
- }
|
|
|
+ return _remaining < other._remaining;
|
|
|
}
|
|
|
|
|
|
/**
|