14 BOOL AllocGDIMem(UINT);
16 BOOL AllocUserMem(UINT);
17 int AllocDiskSpace(long, UINT);
18 int AllocFileHandles(int);
19 int GetFreeFileHandles(void);
20 void FreeAllGDIMem(void);
21 void FreeAllMem(void);
22 void FreeAllUserMem(void);
23 void UnAllocDiskSpace(UINT);
24 void UnAllocFileHandles(void);
30 #endif /* __STRESS_H */