22#ifndef __WINE_WINE_HEAP_H
23#define __WINE_WINE_HEAP_H
static void * heap_alloc(size_t len)
static void * heap_realloc(void *mem, size_t len)
#define HeapFree(x, y, z)
GLuint GLuint GLsizei count
static void * heap_calloc(SIZE_T count, SIZE_T size)
static void heap_free(void *mem)
#define __WINE_ALLOC_SIZE(x)