2 * Copyright 1994 Erik Bos
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #include "wine/windef16.h"
22 #include "wine/debug.h"
24 WINE_DEFAULT_DEBUG_CHANNEL(stress);
26 /***********************************************************************
27 * AllocDiskSpace (STRESS.10)
29 INT16 WINAPI AllocDiskSpace(LONG lLeft, UINT16 uDrive)
31 FIXME("(%d, %ld) - stub\n",
37 /***********************************************************************
38 * AllocFileHandles (STRESS.6)
40 INT16 WINAPI AllocFileHandles(INT16 Left)
42 TRACE("(%d) - stub\n", Left);
50 /***********************************************************************
51 * AllocGDIMem (STRESS.14)
53 BOOL16 WINAPI AllocGDIMem(UINT16 uLeft)
55 TRACE("(%d) - stub\n", uLeft);
60 /***********************************************************************
63 BOOL16 WINAPI AllocMem(DWORD dwLeft)
65 FIXME("(%ld) - stub\n", dwLeft);
70 /***********************************************************************
71 * AllocUserMem (STRESS.12)
73 BOOL16 WINAPI AllocUserMem(UINT16 uContig)
75 TRACE("AllocUserMem %d\n", uContig);
80 /***********************************************************************
81 * FreeAllMem (STRESS.3)
83 void WINAPI FreeAllMem(void)
85 TRACE("FreeAllMem\n");
88 /***********************************************************************
89 * FreeAllGDIMem (STRESS.15)
91 void WINAPI FreeAllGDIMem(void)
93 TRACE("FreeAllGDIMem\n");
96 /***********************************************************************
97 * FreeAllUserMem (STRESS.13)
99 void WINAPI FreeAllUserMem(void)
101 TRACE("FreeAllUserMem\n");
104 /***********************************************************************
105 * GetFreeFileHandles (STRESS.8)
107 INT16 WINAPI GetFreeFileHandles(void)
109 TRACE("GetFreeFileHandles\n");
112 return _POSIX_OPEN_MAX;
118 /***********************************************************************
119 * UnAllocDiskSpace (STRESS.11)
121 void WINAPI UnAllocDiskSpace(UINT16 drive)
123 TRACE("UnAllocDiskSpace %d\n", drive);
126 /***********************************************************************
127 * UnAllocFileHandles (STRESS.7)
129 void WINAPI UnAllocFileHandles(void)
131 TRACE("GetFreeAllUserMem\n");