#include <sys/types.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned long long | UINT64 |
Functions | |
void * | xmalloc (size_t byteSize) |
char * | xstrdup (const char *str) |
void | xshowmem () |
void | xfree (void *) |
|
Definition at line 15 of file hi_util_xmalloc.h. |
|
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. |