Halide
Halide::Runtime::Internal::BlockResource Struct Reference

#include <memory_resources.h>

Public Attributes

MemoryBlock memory
 
RegionAllocatorallocator = nullptr
 
BlockRegionregions = nullptr
 
size_t reserved = 0
 

Detailed Description

Definition at line 103 of file memory_resources.h.

Member Data Documentation

◆ memory

MemoryBlock Halide::Runtime::Internal::BlockResource::memory

◆ allocator

RegionAllocator* Halide::Runtime::Internal::BlockResource::allocator = nullptr

Definition at line 105 of file memory_resources.h.

◆ regions

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

Definition at line 106 of file memory_resources.h.

◆ reserved

size_t Halide::Runtime::Internal::BlockResource::reserved = 0

Definition at line 107 of file memory_resources.h.


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