| Rev | Line |   | 
|---|
| [5077] | 1 | /* $Id: heapcode.h,v 1.2 2001-02-09 18:32:06 sandervl Exp $ */
 | 
|---|
| [2031] | 2 | /*
 | 
|---|
 | 3 |  * Code heap functions for OS/2
 | 
|---|
 | 4 |  *
 | 
|---|
 | 5 |  * Copyright 1999 Sander van Leeuwen (sandervl@xs4all.nl)
 | 
|---|
 | 6 |  *
 | 
|---|
 | 7 |  */
 | 
|---|
 | 8 | #ifndef __HEAPCODE_H__
 | 
|---|
 | 9 | #define __HEAPCODE_H__
 | 
|---|
 | 10 | 
 | 
|---|
 | 11 | #include <heapshared.h>
 | 
|---|
 | 12 | 
 | 
|---|
| [5077] | 13 | extern Heap_t codeHeap;
 | 
|---|
 | 14 | 
 | 
|---|
| [2031] | 15 | BOOL   InitializeCodeHeap();
 | 
|---|
 | 16 | void   DestroyCodeHeap();
 | 
|---|
 | 17 | 
 | 
|---|
| [5077] | 18 | #define _cmalloc(size)  _umalloc(codeHeap, size)
 | 
|---|
| [2031] | 19 | 
 | 
|---|
 | 20 | #endif
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.