LLVM API Documentation

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

#include <Allocator.h>

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

Public Attributes

size_t Size
 
MemSlabNextPtr
 

Detailed Description

MemSlab - This structure lives at the beginning of every slab allocated by the bump allocator.

Definition at line 53 of file Allocator.h.

Member Data Documentation

MemSlab* llvm::MemSlab::NextPtr
size_t llvm::MemSlab::Size

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