8 int WINAPI AllocDiskSpace(long lLeft, UINT16 uDrive)
10 dprintf_fixme(stress, "stress.dll: AllocDiskSpace(%d, %ld) - stub\n",
16 int WINAPI AllocFileHandles(int Left)
18 dprintf_info(stress, "stress.dll: AllocFileHandles(%d) - stub\n", Left);
26 BOOL16 WINAPI AllocGDIMem(UINT16 uLeft)
28 dprintf_info(stress, "stress.dll: AllocGDIMem(%d) - stub\n", uLeft);
33 BOOL16 WINAPI AllocMem(DWORD dwLeft)
35 dprintf_fixme(stress, "stress.dll: AllocMem(%ld) - stub\n", dwLeft);
40 BOOL16 WINAPI AllocUserMem(UINT16 uContig)
42 dprintf_info(stress, "stress.dll: AllocUserMem %d\n", uContig);
47 void WINAPI FreeAllMem(void)
49 dprintf_info(stress, "stress.dll: FreeAllMem\n");
52 void WINAPI FreeAllGDIMem(void)
54 dprintf_info(stress, "stress.dll: FreeAllGDIMem\n");
57 void WINAPI FreeAllUserMem(void)
59 dprintf_info(stress, "stress.dll: FreeAllUserMem\n");
62 void WINAPI GetFreeAllUserMem(void)
64 dprintf_info(stress, "stress.dll: GetFreeAllUserMem\n");
67 int WINAPI GetFreeFileHandles(void)
69 dprintf_info(stress, "stress.dll: GetFreeFileHandles\n");
72 return _POSIX_OPEN_MAX;
78 void WINAPI UnAllocDiskSpace(UINT16 drive)
80 dprintf_info(stress, "stress.dll: UnAllocDiskSpace %d\n", drive);
83 void WINAPI UnAllocFileHandles(void)
85 dprintf_info(stress, "stress.dll: GetFreeAllUserMem\n");