Searched defs:CLongAllocDesc (Results 1 – 1 of 1) sorted by relevance
203 struct CLongAllocDesc struct205 UInt32 Len;206 CLogBlockAddr Location;211 UInt32 GetLen() const { return Len & 0x3FFFFFFF; } in GetLen()212 UInt32 GetType() const { return Len >> 30; } in GetType()213 bool IsRecAndAlloc() const { return GetType() == SHORT_ALLOC_DESC_TYPE_RecordedAndAllocated; } in IsRecAndAlloc()