|
Blender
V2.93
|
#include <rna_internal.h>
Public Attributes | |
| struct AllocDefRNA * | next |
| struct AllocDefRNA * | prev |
| void * | mem |
Definition at line 112 of file rna_internal.h.
| void* AllocDefRNA::mem |
Definition at line 114 of file rna_internal.h.
Referenced by rna_alloc_from_buffer(), rna_calloc(), and RNA_define_free().
| struct AllocDefRNA* AllocDefRNA::next |
Definition at line 113 of file rna_internal.h.
Referenced by RNA_define_free().
| struct AllocDefRNA * AllocDefRNA::prev |
Definition at line 113 of file rna_internal.h.