ReactOS 0.4.16-dev-91-g764881a
|
#include "debug.c"
Go to the source code of this file.
Macros | |
#define | malloc libwine_malloc |
#define | free libwine_free |
#define | realloc libwine_realloc |
#define | _strdup libwine__strdup |
Functions | |
__MINGW_ATTRIB_MALLOC void *__cdecl | malloc (size_t size) |
void __cdecl | free (void *ptr) |
void *__cdecl | realloc (void *ptr, size_t size) |
__MINGW_ATTRIB_MALLOC char *__cdecl | _strdup (const char *str) |
#define _strdup libwine__strdup |
Definition at line 7 of file debug_ros.c.
#define free libwine_free |
Definition at line 5 of file debug_ros.c.
#define malloc libwine_malloc |
Definition at line 4 of file debug_ros.c.
#define realloc libwine_realloc |
Definition at line 6 of file debug_ros.c.
__MINGW_ATTRIB_MALLOC char *__cdecl _strdup | ( | const char * | str | ) |
Definition at line 29 of file debug_ros.c.
Definition at line 17 of file debug_ros.c.
__MINGW_ATTRIB_MALLOC void *__cdecl malloc | ( | size_t | size | ) |
Definition at line 12 of file debug_ros.c.
Definition at line 22 of file debug_ros.c.