Blender V4.3
Util.h File Reference

Go to the source code of this file.

Functions

void * memdbl (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 38 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 15 of file Util.c.

References MEM_freeN(), and MEM_mallocN.

Referenced by loggerwindow_log().

◆ string_dup()

char * string_dup ( char * str)

Definition at line 28 of file Util.c.

References len, MEM_mallocN, and str.

Referenced by loggerwindow_log().