Searched refs:mIndexLinkNodeOffset (Results 1 – 2 of 2) sorted by relevance
65 mIndexLinkNodeOffset(Align(objectSize, alignof(IndexLinkNode))), in SlabAllocatorImpl()66 mBlockStride(Align(mIndexLinkNodeOffset + sizeof(IndexLinkNode), objectAlignment)), in SlabAllocatorImpl()80 mIndexLinkNodeOffset(rhs.mIndexLinkNodeOffset), in SlabAllocatorImpl()100 mIndexLinkNodeOffset); in NodeFromObject()104 return static_cast<void*>(reinterpret_cast<char*>(node) - mIndexLinkNodeOffset); in ObjectFromNode()
139 const uint32_t mIndexLinkNodeOffset; variable