ARB
Public Attributes | List of all members
gbm_pool Struct Reference
Collaboration diagram for gbm_pool:
Collaboration graph
[legend]

Public Attributes

gbm_datagds
 
size_t size
 
size_t allsize
 
gbm_tablefirst
 
gbm_datatables [GBM_MAX_TABLES+1]
 
long tablecnt [GBM_MAX_TABLES+1]
 
long useditems [GBM_MAX_TABLES+1]
 
size_t extern_data_size
 
long extern_data_items
 

Detailed Description

Definition at line 52 of file admalloc.cxx.

Member Data Documentation

gbm_data* gbm_pool::gds

Definition at line 53 of file admalloc.cxx.

Referenced by gbmGetMemImpl().

size_t gbm_pool::size

Definition at line 54 of file admalloc.cxx.

Referenced by gbmGetMemImpl().

size_t gbm_pool::allsize

Definition at line 55 of file admalloc.cxx.

Referenced by gbmGetMemImpl().

gbm_table* gbm_pool::first

Definition at line 56 of file admalloc.cxx.

Referenced by gbm_flush_mem(), and gbmGetMemImpl().

gbm_data* gbm_pool::tables[GBM_MAX_TABLES+1]

Definition at line 57 of file admalloc.cxx.

Referenced by gbm_init_mem(), gbmFreeMemImpl(), and gbmGetMemImpl().

long gbm_pool::tablecnt[GBM_MAX_TABLES+1]

Definition at line 58 of file admalloc.cxx.

Referenced by gbm_debug_mem(), gbmFreeMemImpl(), and gbmGetMemImpl().

long gbm_pool::useditems[GBM_MAX_TABLES+1]

Definition at line 59 of file admalloc.cxx.

Referenced by gbm_debug_mem(), gbm_flush_mem(), gbmFreeMemImpl(), and gbmGetMemImpl().

size_t gbm_pool::extern_data_size

Definition at line 60 of file admalloc.cxx.

Referenced by gbm_debug_mem(), gbmFreeMemImpl(), and gbmGetMemImpl().

long gbm_pool::extern_data_items

Definition at line 61 of file admalloc.cxx.

Referenced by gbm_debug_mem(), gbmFreeMemImpl(), and gbmGetMemImpl().


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