|
Blender
V2.59
|
Public Attributes | |
| struct ListBase | chunks |
| int | esize |
| int | csize |
| int | pchunk |
| struct BLI_freenode * | free |
| int | totalloc |
| int | totused |
| int | use_sysmalloc |
Definition at line 52 of file BLI_mempool.c.
| struct ListBase BLI_mempool::chunks |
Definition at line 53 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), BLI_mempool_destroy(), and BLI_mempool_free().
Definition at line 54 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), and BLI_mempool_create().
Definition at line 54 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_calloc(), BLI_mempool_create(), and BLI_mempool_free().
| struct BLI_freenode* BLI_mempool::free |
Definition at line 55 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), and BLI_mempool_free().
Definition at line 54 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), and BLI_mempool_free().
Definition at line 56 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), and BLI_mempool_free().
Definition at line 56 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), and BLI_mempool_free().
Definition at line 57 of file BLI_mempool.c.
Referenced by BLI_mempool_alloc(), BLI_mempool_create(), BLI_mempool_destroy(), and BLI_mempool_free().