Halide
Halide::Runtime::Internal::BlockRegion Struct Reference

#include <memory_resources.h>

Public Attributes

MemoryRegion memory
 
uint32_t usage_count = 0
 
AllocationStatus status = AllocationStatus::InvalidStatus
 
BlockRegionnext_ptr = nullptr
 
BlockRegionprev_ptr = nullptr
 
BlockResourceblock_ptr = nullptr
 

Detailed Description

Definition at line 112 of file memory_resources.h.

Member Data Documentation

◆ memory

MemoryRegion Halide::Runtime::Internal::BlockRegion::memory

Definition at line 113 of file memory_resources.h.

◆ usage_count

uint32_t Halide::Runtime::Internal::BlockRegion::usage_count = 0

Definition at line 114 of file memory_resources.h.

◆ status

AllocationStatus Halide::Runtime::Internal::BlockRegion::status = AllocationStatus::InvalidStatus

Definition at line 115 of file memory_resources.h.

◆ next_ptr

BlockRegion* Halide::Runtime::Internal::BlockRegion::next_ptr = nullptr

Definition at line 116 of file memory_resources.h.

◆ prev_ptr

BlockRegion* Halide::Runtime::Internal::BlockRegion::prev_ptr = nullptr

Definition at line 117 of file memory_resources.h.

◆ block_ptr

BlockResource* Halide::Runtime::Internal::BlockRegion::block_ptr = nullptr

Definition at line 118 of file memory_resources.h.


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