Blender V4.5
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.

References fatal().

Referenced by fatal(), 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(), MEM_mallocN(), and memdbl().

Referenced by loggerwindow_log(), and memdbl().

◆ string_dup()

char * string_dup ( char * str)

Definition at line 28 of file Util.c.

References len(), MEM_mallocN(), str, and string_dup().

Referenced by loggerwindow_log(), and string_dup().