Halide 18.0.0
Halide compiler and libraries
|
#include <HalideBuffer.h>
Static Public Attributes | |
static void *(* | default_allocate_fn )(size_t) = nullptr |
static void(* | default_deallocate_fn )(void *) = nullptr |
Definition at line 157 of file HalideBuffer.h.
|
inlinestatic |
Definition at line 158 of file HalideBuffer.h.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::allocate(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::set_default_allocate_fn().
|
inlinestatic |
Definition at line 159 of file HalideBuffer.h.
Referenced by Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::allocate(), and Halide::Runtime::Buffer< T, Dims, InClassDimStorage >::set_default_deallocate_fn().