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