Blender  V3.3
Public Attributes | List of all members
StaticOrHeapIntStorage Struct Reference

Public Attributes

int static_storage [64]
 
int static_storage_len
 
int * heap_storage
 
int heap_storage_len
 

Detailed Description

Definition at line 344 of file subdiv_ccg.c.

Member Data Documentation

◆ heap_storage

int* StaticOrHeapIntStorage::heap_storage

◆ heap_storage_len

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().

◆ static_storage

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().

◆ static_storage_len

int StaticOrHeapIntStorage::static_storage_len

Definition at line 346 of file subdiv_ccg.c.

Referenced by static_or_heap_storage_init().


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