LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Attributes | List of all members
llvm::RecyclerStruct Struct Reference

#include <Recycler.h>

Collaboration diagram for llvm::RecyclerStruct:
Collaboration graph
[legend]

Public Attributes

RecyclerStructPrev
 
RecyclerStructNext
 

Detailed Description

RecyclerStruct - Implementation detail for Recycler. This is a class that the recycler imposes on free'd memory to carve out next/prev pointers.

Definition at line 35 of file Recycler.h.

Member Data Documentation

RecyclerStruct * llvm::RecyclerStruct::Next
RecyclerStruct* llvm::RecyclerStruct::Prev

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