44 #define FREE_49(x) if ((char *)(x) != Q_NULLPTR) free((char *)(x))
45 #define MALLOC_49(x,t) (t *)malloc((x)*sizeof(t))
59 using namespace MNELIB;
68 vert = MALLOC_49(np,
int);
69 border = MALLOC_49(np,
int);
76 surf_vert = Q_NULLPTR;
84 user_data = Q_NULLPTR;
85 user_data_free = Q_NULLPTR;
98 if (user_data && user_data_free)
99 user_data_free(user_data);