Changeset 6354 for trunk/src/kernel32/os2heap.h
- Timestamp:
- Jul 17, 2001, 2:10:22 PM (24 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/os2heap.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/os2heap.h
r6184 r6354 1 /* $Id: os2heap.h,v 1. 5 2001-07-06 13:47:19sandervl Exp $ */1 /* $Id: os2heap.h,v 1.6 2001-07-17 12:10:22 sandervl Exp $ */ 2 2 3 3 /* … … 16 16 17 17 #include "vmutex.h" 18 #include <umalloc.h> 18 19 19 20 #define MAGIC_NR_HEAP 0x87654321 … … 61 62 HEAPELEM *heapelem; 62 63 64 char *pInitialHeapMem; 65 Heap_t uheap; 66 63 67 OS2Heap *next; 64 68 static OS2Heap *heap;
Note:
See TracChangeset
for help on using the changeset viewer.
