Halide 18.0.0
Halide compiler and libraries
|
#include <memory_resources.h>
Public Attributes | |
AllocateBlockFn | allocate = nullptr |
DeallocateBlockFn | deallocate = nullptr |
ConformBlockRequestFn | conform = nullptr |
Definition at line 207 of file memory_resources.h.
AllocateBlockFn Halide::Runtime::Internal::MemoryBlockAllocatorFns::allocate = nullptr |
Definition at line 208 of file memory_resources.h.
DeallocateBlockFn Halide::Runtime::Internal::MemoryBlockAllocatorFns::deallocate = nullptr |
Definition at line 209 of file memory_resources.h.
ConformBlockRequestFn Halide::Runtime::Internal::MemoryBlockAllocatorFns::conform = nullptr |
Definition at line 210 of file memory_resources.h.
Referenced by Halide::Runtime::Internal::BlockAllocator::conform().