Changeset 5077 for trunk/include/heapcode.h
- Timestamp:
- Feb 9, 2001, 7:32:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapcode.h
r2031 r5077 1 /* $Id: heapcode.h,v 1. 1 1999-12-09 00:50:46 sandervl Exp $ */1 /* $Id: heapcode.h,v 1.2 2001-02-09 18:32:06 sandervl Exp $ */ 2 2 /* 3 3 * Code heap functions for OS/2 … … 11 11 #include <heapshared.h> 12 12 13 extern Heap_t codeHeap; 14 13 15 BOOL InitializeCodeHeap(); 14 16 void DestroyCodeHeap(); 15 17 16 void *_cmalloc(size_t size); 18 #define _cmalloc(size) _umalloc(codeHeap, size) 17 19 18 20 #endif
Note:
See TracChangeset
for help on using the changeset viewer.