Blender  V3.3
Functions
Util.h File Reference

Go to the source code of this file.

Functions

voidmemdbl (void *mem, int *size_pr, int item_size)
 
char * string_dup (char *str)
 
void fatal (char *fmt,...)
 

Function Documentation

◆ fatal()

void fatal ( char *  fmt,
  ... 
)

Definition at line 37 of file Util.c.

Referenced by multitest_event_handler(), and multitestapp_new().

◆ memdbl()

void* memdbl ( void mem,
int *  size_pr,
int  item_size 
)

Definition at line 14 of file Util.c.

References MEM_freeN, and MEM_mallocN.

Referenced by loggerwindow_log().

◆ string_dup()

char* string_dup ( char *  str)

Definition at line 27 of file Util.c.

References len, MEM_mallocN, and str.

Referenced by loggerwindow_log().