Searched defs:SharedMetadata (Results 1 – 1 of 1) sorted by relevance
111 struct PersistentMemoryAllocator::SharedMetadata { struct in base::PersistentMemoryAllocator112 uint32_t cookie; // Some value that indicates complete initialization.113 uint32_t size; // Total size of memory segment.114 uint32_t page_size; // Paging size within memory segment.115 uint32_t version; // Version code so upgrades don't break.116 uint64_t id; // Arbitrary ID number given by creator.117 uint32_t name; // Reference to stored name string.118 uint32_t padding1; // Pad-out read-only data to 64-bit alignment.124 volatile std::atomic<uint8_t> memory_state; // MemoryState enum values.125 uint8_t padding2[3];[all …]