Ignore:
Timestamp:
Sep 2, 2007, 10:05:39 PM (18 years ago)
Author:
bird
Message:

env, paths, page allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/kHlp/CRT/kHlpCRTAlloc.cpp

    r3552 r3575  
    3131#include <stdlib.h>
    3232#include <string.h>
     33
    3334
    3435KHLP_DECL(void *) kHlpAlloc(KSIZE cb)
     
    7273}
    7374
    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.