Changeset 3575 for trunk/kStuff/kHlp/CRT/kHlpCRTAlloc.cpp
- Timestamp:
- Sep 2, 2007, 10:05:39 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kStuff/kHlp/CRT/kHlpCRTAlloc.cpp
r3552 r3575 31 31 #include <stdlib.h> 32 32 #include <string.h> 33 33 34 34 35 KHLP_DECL(void *) kHlpAlloc(KSIZE cb) … … 72 73 } 73 74 74 75 KHLP_DECL(int) kHlpPageAlloc(void **ppv, KSIZE cb, KPROT enmProt, KBOOL fFixed)76 {77 return -1;78 }79 80 81 KHLP_DECL(int) kHlpPageProtect(void *pv, KSIZE cb, KPROT enmProt)82 {83 return -1;84 }85 86 87 KHLP_DECL(int) kHlpPageFree(void *pv, KSIZE cb)88 {89 return -1;90 }91
Note:
See TracChangeset
for help on using the changeset viewer.