Ignore:
Timestamp:
Aug 31, 2007, 6:09:23 AM (18 years ago)
Author:
bird
Message:

kHlp work...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kStuff/include/k/kHlpAlloc.h

    r3552 r3573  
    6161KHLP_DECL(int)      kHlpPageFree(void *pv, KSIZE cb);
    6262
     63KHLP_DECL(int)      kHlpHeapInit(void);
     64KHLP_DECL(void)     kHlpHeapTerm(void);
     65KHLP_DECL(void)     kHlpHeapDonate(void *pv, KSIZE cb);
     66
    6367#ifdef __cplusplus
    6468}
Note: See TracChangeset for help on using the changeset viewer.