#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <time.h>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
void * | xmalloc (size_t byteSize) |
void | xfree (void *p) |
void | xshowmem () |
char * | xstrdup (const char *str) |
Variables | |
static unsigned | msize = 0 |
|
Definition at line 51 of file hi_util_xmalloc.c. References msize. Referenced by s_free(). |
|
Definition at line 14 of file hi_util_xmalloc.c. References memset, msize, and NULL. Referenced by hi_ui_parse_iis_unicode_map(), s_malloc(), and xstrdup(). |
|
Definition at line 70 of file hi_util_xmalloc.c. References msize. |
|
Definition at line 77 of file hi_util_xmalloc.c. |
|
Definition at line 12 of file hi_util_xmalloc.c. Referenced by xfree(), xmalloc(), and xshowmem(). |