1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
TP-Link_Archer-XR500v/EN7526G_3.18Kernel_SDK/apps/public/tools/dmalloc-5.5.2/dmalloc.h.2
2024-07-22 01:58:46 -03:00

26 lines
569 B
Groff
Executable File

/* this is dmalloc.h.2 */
/* produced by configure, inserted into dmalloc.h */
/* const is available */
/* strdup is a macro */
#define DMALLOC_STRDUP_MACRO
/*
* the definition of DMALLOC_SIZE
*
* NOTE: some architectures have malloc, realloc, etc.
* using unsigned instead of unsigned long. You may
* have to edit this by hand to fix any compilation
* warnings or errors.
*/
#include <sys/types.h>
#define DMALLOC_SIZE size_t
/*
* We use stdarg.h for the dmalloc_message and
* dmalloc_vmessage functions.
*/
#include <stdarg.h>
#define DMALLOC_STDARG 1