view src/ymemory.h @ 22:f1fb248bf997

Get rid of the swapping and legacy far etc. memory handling code.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 24 Sep 2011 13:03:13 +0300
parents 241c93442be0
children 8eaf72e2041b
line wrap: on
line source

/*
 *	ymemory.h
 *	Memory allocation functions.
 *	AYM 1999-03-24
 */


void *GetMemory (unsigned long size);
void *ResizeMemory (void *, unsigned long size);
void FreeMemory (void *);