Searched refs:kSuperBlockOffset (Results 1 – 2 of 2) sorted by relevance
223 static constexpr uint16_t kSuperBlockOffset = kAlignSize - sizeof(uint16_t); member in ot::Utils::Heap257 Block &BlockSuper(void) { return BlockAt(kSuperBlockOffset); } in BlockSuper()
48 Block &super = BlockAt(kSuperBlockOffset); in Heap()