ReactOS 0.4.15-dev-7842-g558ab78
mszip.cxx File Reference
#include <stdio.h>
#include "mszip.h"
Include dependency graph for mszip.cxx:

Go to the source code of this file.

Functions

voidpf MSZipAlloc (voidpf opaque, uInt items, uInt size)
 
void MSZipFree (voidpf opaque, voidpf address)
 

Function Documentation

◆ MSZipAlloc()

voidpf MSZipAlloc ( voidpf  opaque,
uInt  items,
uInt  size 
)

Definition at line 21 of file mszip.cxx.

22{
23 DPRINT(DEBUG_MEMORY, ("items = (%d) size = (%d)\n", items, size));
24 return malloc(items * size);
25}
#define malloc
Definition: debug_ros.c:4
#define DEBUG_MEMORY
Definition: debug.h:18
GLsizeiptr size
Definition: glext.h:5919
static TCHAR * items[]
Definition: page1.c:45
#define DPRINT
Definition: sndvol32.h:71

◆ MSZipFree()

void MSZipFree ( voidpf  opaque,
voidpf  address 
)

Definition at line 27 of file mszip.cxx.

28{
29 DPRINT(DEBUG_MEMORY, ("\n"));
31}
#define free
Definition: debug_ros.c:5
GLuint address
Definition: glext.h:9393