Changeset 3575 for trunk/kStuff/kHlp/Generic/kHlpPage.c
- Timestamp:
- Sep 2, 2007, 10:05:39 PM (18 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kHlp/Generic/kHlpPage.c
r3573 r3575 29 29 *******************************************************************************/ 30 30 #include <k/kHlpAlloc.h> 31 #include <k/kHlpAssert.h> 31 32 32 33 #if K_OS == K_OS_OS2 … … 45 46 *******************************************************************************/ 46 47 #if K_OS == K_OS_OS2 47 /** The base of the stub object.48 /** The base of the loader stub object. <kLdr Hack> 48 49 * The OS/2 exe stub consists of a single data object. When allocating memory 49 * for an executable, we'll have to reuse this. 50 * for an executable, we'll have to reuse this. */ 50 51 static void *g_pvStub = NULL; 51 /** The size of the stub object - 0 if no stub. */52 /** The size of the stub object - 0 if no stub. <kLdr Hack> */ 52 53 static KSIZE g_cbStub = 0; 53 54 … … 213 214 * @param cb The byte count requested from kHlpPageAlloc(). 214 215 */ 215 KHLP_DECL(int) skHlpPageFree(void *pv, KSIZE cb)216 KHLP_DECL(int) kHlpPageFree(void *pv, KSIZE cb) 216 217 { 217 218 #if K_OS == K_OS_OS2
Note:
See TracChangeset
for help on using the changeset viewer.