Blender
V3.3
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "MEM_guardedalloc.h"
#include "Util.h"
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,...) |
void fatal | ( | char * | fmt, |
... | |||
) |
Definition at line 37 of file Util.c.
Referenced by multitest_event_handler(), and multitestapp_new().
Definition at line 14 of file Util.c.
References MEM_freeN, and MEM_mallocN.
Referenced by loggerwindow_log().
char* string_dup | ( | char * | str | ) |
Definition at line 27 of file Util.c.
References len, MEM_mallocN, and str.
Referenced by loggerwindow_log().