IndexRuntimeBLRuntimeResourceInfo

BLRuntimeResourceInfo Struct Reference [¶]

Provides information about resources allocated by Blend2D.

Public Members

Member Functions

size_t BLRuntimeResourceInfo::vm_used[¶]

Virtual memory used at this time.

size_t BLRuntimeResourceInfo::vm_reserved[¶]

Virtual memory reserved (allocated internally).

size_t BLRuntimeResourceInfo::vm_overhead[¶]

Overhead required to manage virtual memory allocations.

size_t BLRuntimeResourceInfo::vm_block_count[¶]

Number of blocks of virtual memory allocated.

size_t BLRuntimeResourceInfo::zm_used[¶]

Zeroed memory used at this time.

size_t BLRuntimeResourceInfo::zm_reserved[¶]

Zeroed memory reserved (allocated internally).

size_t BLRuntimeResourceInfo::zm_overhead[¶]

Overhead required to manage zeroed memory allocations.

size_t BLRuntimeResourceInfo::zm_block_count[¶]

Number of blocks of zeroed memory allocated.

size_t BLRuntimeResourceInfo::dynamic_pipeline_count[¶]

Count of dynamic pipelines created and cached.

size_t BLRuntimeResourceInfo::reserved[7][¶]

Reserved for future use.