Home | History | Annotate | Download | only in src

Lines Matching defs:owned

933         // node still owned by a free list
2713 bool owned = (chunk->owner() == this);
2715 SLOW_ASSERT(!owned || !FindObject(address)->IsFailure());
2717 return owned;