Halide 21.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 168 of file HalideBuffer.h.
|
inlineexplicit |
Definition at line 173 of file HalideBuffer.h.
References deallocate_fn, and ref_count.
void(* Halide::Runtime::AllocationHeader::deallocate_fn) (void *) |
Definition at line 169 of file HalideBuffer.h.
Referenced by AllocationHeader().
std::atomic<int> Halide::Runtime::AllocationHeader::ref_count |
Definition at line 170 of file HalideBuffer.h.
Referenced by AllocationHeader().