LLVM  3.7.0
Public Attributes | List of all members
llvm::RecyclerStruct Struct Reference

RecyclerStruct - Implementation detail for Recycler. More...

#include <Recycler.h>

Collaboration diagram for llvm::RecyclerStruct:
[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 34 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: