struct axl::sys::TlsMgr::Page

struct Page
{
    // fields

    sl::Array<sl::BoxListEntry<TlsValue>*> m_array;
    sl::BoxList<TlsValue> m_valueList;
};