Halide 18.0.0
Halide compiler and libraries
|
#include <memory_resources.h>
Public Attributes | |
AllocateRegionFn | allocate = nullptr |
DeallocateRegionFn | deallocate = nullptr |
ConformBlockRegionFn | conform = nullptr |
Definition at line 217 of file memory_resources.h.
AllocateRegionFn Halide::Runtime::Internal::MemoryRegionAllocatorFns::allocate = nullptr |
Definition at line 218 of file memory_resources.h.
DeallocateRegionFn Halide::Runtime::Internal::MemoryRegionAllocatorFns::deallocate = nullptr |
Definition at line 219 of file memory_resources.h.
ConformBlockRegionFn Halide::Runtime::Internal::MemoryRegionAllocatorFns::conform = nullptr |
Definition at line 220 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::RegionAllocator::conform().