Changeset 5077 for trunk/include/heapshared.h
- Timestamp:
- Feb 9, 2001, 7:32:06 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/heapshared.h
r2475 r5077 1 /* $Id: heapshared.h,v 1. 2 2000-01-18 20:47:30sandervl Exp $ */1 /* $Id: heapshared.h,v 1.3 2001-02-09 18:32:06 sandervl Exp $ */ 2 2 /* 3 3 * Shared heap functions for OS/2 … … 24 24 DWORD HeapGetSharedMemBase(); 25 25 26 void *_smalloc(size_t size); 26 #define _smalloc(size) _umalloc(sharedHeap, size) 27 27 28 28 #endif
Note:
See TracChangeset
for help on using the changeset viewer.