Blender V2.61 - r43446
|
Public Attributes | |
int | size |
int | used |
int | top1 |
int | top2 |
void * | array |
void* LU_stack_t::array |
Definition at line 47 of file smemory.c.
Referenced by sexpand(), sSetupSpace(), sStackCompress(), and suser_malloc().
int LU_stack_t::size |
Definition at line 43 of file smemory.c.
Referenced by sLUMemInit(), sLUWorkFree(), and sSetupSpace().
int LU_stack_t::top1 |
Definition at line 45 of file smemory.c.
Referenced by sexpand(), sSetupSpace(), sStackCompress(), suser_free(), and suser_malloc().
int LU_stack_t::top2 |
Definition at line 46 of file smemory.c.
Referenced by sLUMemInit(), sLUWorkFree(), sLUWorkInit(), sSetupSpace(), suser_free(), and suser_malloc().
int LU_stack_t::used |
Definition at line 44 of file smemory.c.
Referenced by sexpand(), sLUWorkFree(), sLUWorkInit(), sSetupSpace(), sStackCompress(), suser_free(), and suser_malloc().