parent
9579b12be9
commit
a4f8c44432
|
@ -48,8 +48,7 @@ public:
|
|||
int type;
|
||||
AllocInfo(int type_ = 0, AllocStatus status_ = NOALLOC) : status(status_), type(type_) {}
|
||||
|
||||
bool managed() const
|
||||
{
|
||||
bool managed() const {
|
||||
return status < 0;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue