ctl_pool_base_block Struct Reference

A block allocation made when a pool grew This contains a link to block data and a certain number of unit-sized blocks of memory. Basically, it's part of a singly linked list of blocks that were allocated as a given pool grew. More...

Collaboration diagram for ctl_pool_base_block:

Collaboration graph
[legend]

Data Fields

struct ctl_pool_base_blocknext

Detailed Description

A block allocation made when a pool grew This contains a link to block data and a certain number of unit-sized blocks of memory. Basically, it's part of a singly linked list of blocks that were allocated as a given pool grew.

Definition at line 371 of file ctlnew.c.


Field Documentation

Link

Definition at line 373 of file ctlnew.c.

Referenced by ctl_pool_base_destroy(), and ctl_pool_base_grow().


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

Generated on Fri Jan 2 15:28:37 2009 for Squat by  doxygen 1.5.6