Halide 19.0.0
Halide compiler and libraries
|
A struct acting as a header for allocations owned by the Buffer class itself. More...
#include <HalideBuffer.h>
Public Member Functions | |
AllocationHeader (void(*deallocate_fn)(void *)) | |
Public Attributes | |
void(* | deallocate_fn )(void *) |
std::atomic< int > | ref_count |
A struct acting as a header for allocations owned by the Buffer class itself.
Definition at line 165 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 170 of file HalideBuffer.h.
void(* Halide::Runtime::AllocationHeader::deallocate_fn) (void *) |
Definition at line 166 of file HalideBuffer.h.
std::atomic<int> Halide::Runtime::AllocationHeader::ref_count |
Definition at line 167 of file HalideBuffer.h.