Halide
Halide::Runtime::Internal::LinkedList::EntryType Struct Reference

#include <linked_list.h>

Public Attributes

void * value = nullptr
 
EntryTypeprev_ptr = nullptr
 
EntryTypenext_ptr = nullptr
 

Detailed Description

Definition at line 23 of file linked_list.h.

Member Data Documentation

◆ value

void* Halide::Runtime::Internal::LinkedList::EntryType::value = nullptr

Definition at line 24 of file linked_list.h.

Referenced by Halide::Runtime::Internal::BlockAllocator::pool_size().

◆ prev_ptr

EntryType* Halide::Runtime::Internal::LinkedList::EntryType::prev_ptr = nullptr

Definition at line 25 of file linked_list.h.

◆ next_ptr

EntryType* Halide::Runtime::Internal::LinkedList::EntryType::next_ptr = nullptr

Definition at line 26 of file linked_list.h.

Referenced by Halide::Runtime::Internal::BlockAllocator::pool_size().


The documentation for this struct was generated from the following file: