Searched refs:GetReservedSize (Results 1 – 4 of 4) sorted by relevance
75 uint64_t GetReservedSize() const { return reserved_size_; } in GetReservedSize() function
1042 e_data.size = static_cast<unsigned int>(getMetaDataSize(descriptor.GetReservedSize())); in AllocateBuffer()1071 auto error = validateAndMap(hnd, descriptor.GetReservedSize()); in AllocateBuffer()1086 metadata->reservedSize = descriptor.GetReservedSize(); in AllocateBuffer()1089 std::min(descriptor.GetReservedSize(), (uint64_t)RESERVED_REGION_SIZE); in AllocateBuffer()1096 unmapAndReset(hnd, descriptor.GetReservedSize()); in AllocateBuffer()
76 uint64_t GetReservedSize() const { return reserved_size_; } in GetReservedSize() function
1036 e_data.size = static_cast<unsigned int>(getMetaDataSize(descriptor.GetReservedSize())); in AllocateBuffer()1065 auto error = validateAndMap(hnd, descriptor.GetReservedSize()); in AllocateBuffer()1080 metadata->reservedSize = descriptor.GetReservedSize(); in AllocateBuffer()1083 static_cast<uint32_t>(std::min(descriptor.GetReservedSize(), (uint64_t)RESERVED_REGION_SIZE)); in AllocateBuffer()1090 unmapAndReset(hnd, descriptor.GetReservedSize()); in AllocateBuffer()