Ignore:
Timestamp:
Jul 17, 2001, 2:10:22 PM (24 years ago)
Author:
sandervl
Message:

heap changes/fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/os2heap.h

    r6184 r6354  
    1 /* $Id: os2heap.h,v 1.5 2001-07-06 13:47:19 sandervl Exp $ */
     1/* $Id: os2heap.h,v 1.6 2001-07-17 12:10:22 sandervl Exp $ */
    22
    33/*
     
    1616
    1717#include "vmutex.h"
     18#include <umalloc.h>
    1819
    1920#define MAGIC_NR_HEAP  0x87654321
     
    6162    HEAPELEM *heapelem;
    6263
     64    char     *pInitialHeapMem;
     65    Heap_t    uheap;
     66
    6367          OS2Heap *next;
    6468   static OS2Heap *heap;
Note: See TracChangeset for help on using the changeset viewer.