Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
memorypool Struct Reference

Definition at line 599 of file triangle.c.

Public Attributes

int alignbytes
 
void * deaditemstack
 
void ** firstblock
 
int itembytes
 
long items
 
int itemsfirstblock
 
int itemsperblock
 
long maxitems
 
void * nextitem
 
void ** nowblock
 
void ** pathblock
 
void * pathitem
 
int pathitemsleft
 
int unallocateditems
 

Member Data Documentation

◆ alignbytes

int memorypool::alignbytes

Definition at line 605 of file triangle.c.

◆ deaditemstack

void* memorypool::deaditemstack

Definition at line 602 of file triangle.c.

◆ firstblock

void** memorypool::firstblock

Definition at line 600 of file triangle.c.

◆ itembytes

int memorypool::itembytes

Definition at line 606 of file triangle.c.

◆ items

long memorypool::items

Definition at line 609 of file triangle.c.

◆ itemsfirstblock

int memorypool::itemsfirstblock

Definition at line 608 of file triangle.c.

◆ itemsperblock

int memorypool::itemsperblock

Definition at line 607 of file triangle.c.

◆ maxitems

long memorypool::maxitems

Definition at line 609 of file triangle.c.

◆ nextitem

void* memorypool::nextitem

Definition at line 601 of file triangle.c.

◆ nowblock

void ** memorypool::nowblock

Definition at line 600 of file triangle.c.

◆ pathblock

void** memorypool::pathblock

Definition at line 603 of file triangle.c.

◆ pathitem

void* memorypool::pathitem

Definition at line 604 of file triangle.c.

◆ pathitemsleft

int memorypool::pathitemsleft

Definition at line 611 of file triangle.c.

◆ unallocateditems

int memorypool::unallocateditems

Definition at line 610 of file triangle.c.

Collaboration diagram for memorypool:
[legend]

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