|
Blender
V2.93
|
Go to the source code of this file.
Macros | |
| #define | LIBMV_OBJECT_NEW(type, ...) new (malloc(sizeof(type))) type(__VA_ARGS__) |
| #define | LIBMV_OBJECT_DELETE(what, type) |
| #define | LIBMV_STRUCT_NEW(type, count) (type*)malloc(sizeof(type) * count) |
| #define | LIBMV_STRUCT_DELETE(what) |
| #define LIBMV_OBJECT_DELETE | ( | what, | |
| type | |||
| ) |
Definition at line 45 of file utildefines.h.
Definition at line 42 of file utildefines.h.
| #define LIBMV_STRUCT_DELETE | ( | what | ) |
Definition at line 54 of file utildefines.h.