|
Blender
V3.3
|
Public Attributes | |
| int | static_storage [64] |
| int | static_storage_len |
| int * | heap_storage |
| int | heap_storage_len |
Definition at line 344 of file subdiv_ccg.c.
| int* StaticOrHeapIntStorage::heap_storage |
Definition at line 347 of file subdiv_ccg.c.
Referenced by static_or_heap_storage_free(), static_or_heap_storage_get(), and static_or_heap_storage_init().
| int StaticOrHeapIntStorage::heap_storage_len |
Definition at line 348 of file subdiv_ccg.c.
Referenced by static_or_heap_storage_get(), and static_or_heap_storage_init().
| int StaticOrHeapIntStorage::static_storage[64] |
Definition at line 345 of file subdiv_ccg.c.
Referenced by static_or_heap_storage_get(), and static_or_heap_storage_init().
| int StaticOrHeapIntStorage::static_storage_len |
Definition at line 346 of file subdiv_ccg.c.
Referenced by static_or_heap_storage_init().