wisdom
Loading...
Searching...
No Matches
wis::AllocationInfo Struct Reference

Detailed Description

Allocation info for Resource Allocation.

uint64_t size_bytes;
uint64_t alignment_bytes;
};
Allocation info for Resource Allocation.
Definition api.hpp:1805

Definition at line 1805 of file api.hpp.

#include <api.hpp>

Public Attributes

uint64_t size_bytes
 Size of the allocation in bytes.
 
uint64_t alignment_bytes
 Alignment of the allocation in bytes.
 

Data Members

◆ alignment_bytes

uint64_t wis::AllocationInfo::alignment_bytes

Alignment of the allocation in bytes.

Definition at line 1807 of file api.hpp.

◆ size_bytes

uint64_t wis::AllocationInfo::size_bytes

Size of the allocation in bytes.

Definition at line 1806 of file api.hpp.


The documentation for this struct was generated from the following file: