Blender
V3.3
|
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) |
Definition at line 41 of file utildefines.h.
Definition at line 38 of file utildefines.h.
#define LIBMV_STRUCT_DELETE | ( | what | ) |
Definition at line 50 of file utildefines.h.