Home
last modified time | relevance | path

Searched defs:SharedMetadata (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/metrics/
H A Dpersistent_memory_allocator.cc111 struct PersistentMemoryAllocator::SharedMetadata { struct in base::PersistentMemoryAllocator
112 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 …]
/aosp_15_r20/external/cronet/base/metrics/
H A Dpersistent_memory_allocator.cc119 struct PersistentMemoryAllocator::SharedMetadata { struct in base::PersistentMemoryAllocator
120 uint32_t cookie; // Some value that indicates complete initialization.
121 uint32_t size; // Total size of memory segment.
122 uint32_t page_size; // Paging size within memory segment.
123 uint32_t version; // Version code so upgrades don't break.
124 uint64_t id; // Arbitrary ID number given by creator.
125 uint32_t name; // Reference to stored name string.
126 uint32_t padding1; // Pad-out read-only data to 64-bit alignment.
132 volatile std::atomic<uint8_t> memory_state; // MemoryState enum values.
133 uint8_t padding2[3];
[all …]