1
0
Fork 0

Fixed l_memory/MEMORYMANAGER.

This commit is contained in:
ToKu 2022-01-21 16:17:52 +01:00
parent 5cfb181777
commit f0d6a4d39c
1 changed files with 5 additions and 5 deletions

View File

@ -36,16 +36,16 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#include "be_interface.h"
//#define MEMDEBUG
//#define MEMORYMANEGER
//#define MEMORYMANAGER
#define MEM_ID 0x12345678l
#define HUNK_ID 0x87654321l
int allocatedmemory;
int totalmemorysize;
int numblocks;
#ifdef MEMORYMANAGER
#ifdef MEMORYMANEGER
static int allocatedmemory;
static int totalmemorysize;
static int numblocks;
typedef struct memoryblock_s
{