Alexandre Julliard
|
5468e37508
|
kernel32: Also check OS version to detect old binaries in GlobalMemoryStatus.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-12-01 21:02:19 +09:00 |
Austin English
|
4bfe66e702
|
kernel32: Add AllocateUserPhysicalPages stub.
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-11-03 00:33:25 +09:00 |
Sebastian Lackner
|
966827bbc1
|
kernel32: Implement stub for GetPhysicallyInstalledSystemMemory.
Signed-off-by: Sebastian Lackner <sebastian@fds-team.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2015-10-20 00:30:39 +09:00 |
Sergey Kalinichev
|
7eed378f5d
|
ntdll: Add stub for RtlSetHeapInformation.
|
2014-12-19 22:36:17 +01:00 |
Austin English
|
96e920e01f
|
kernel32: Add a stub for SetSystemFileCacheSize.
|
2014-10-08 16:34:29 +02:00 |
Austin English
|
2a5299ea32
|
kernel32: Add a stub for GetSystemFileCacheSize.
|
2014-10-08 16:34:17 +02:00 |
Ken Thomases
|
ed11dc0ba3
|
kernel32: Fix build on newer Mac OS X.
|
2014-02-20 00:05:40 +01:00 |
Alexandre Julliard
|
a0d6c8c249
|
kernel32: Fix build on older Mac OS X.
|
2014-02-19 11:35:16 +01:00 |
Ken Thomases
|
a34e52cc93
|
kernel32: Prefer the Mach host_statistics64(HOST_VM_INFO64) API over sysctl(HW_USERMEM) to obtain free memory.
|
2014-02-17 11:13:27 +01:00 |
Ken Thomases
|
f40c5484fc
|
kernel32: Use the Mach host_info(HOST_BASIC_INFO) API to obtain total RAM after trying sysctl(HW_MEMSIZE) and before HW_PHYSMEM.
|
2014-02-17 11:13:12 +01:00 |
Ken Thomases
|
9b7c94bc55
|
kernel32: Use sysctl(VM_SWAPUSAGE) to get swap sizes on BSDs, if available.
|
2014-02-17 11:13:00 +01:00 |
Ken Thomases
|
95df19efed
|
kernel32: Prefer HW_MEMSIZE sysctl variable over HW_PHYSMEM, if available, since it's 64 bits.
|
2014-02-17 11:12:53 +01:00 |
Ken Thomases
|
6953189271
|
kernel32: Consolidate some duplicate variable declarations.
|
2014-02-17 11:12:36 +01:00 |
Ken Thomases
|
c91dd24098
|
kernel32: Avoid truncating 64-bit ullTotalPhys value to 32 bits when copying to ullAvailPhys, ullTotalPageFile, and ullAvailPageFile.
|
2014-02-17 11:12:21 +01:00 |
Ken Thomases
|
89a96db01f
|
kernel32: Check that sysctl() call succeeded before using its output.
|
2014-02-17 11:12:04 +01:00 |
Akihiro Sagawa
|
9ab603b033
|
kernel32: Don't move fixed memory area in GlobalReAlloc.
|
2013-06-03 11:29:55 +02:00 |
Dmitry Timoshkov
|
70c21c8e6c
|
kernel32: There is no need for lock/unlock heap in GlobalAlloc.
|
2013-02-15 11:52:47 +01:00 |
André Hentschel
|
1f71006fe5
|
kernel32: Add checks for DragonFly BSD.
|
2012-05-29 10:46:43 +02:00 |
Austin English
|
e9dc02eaa3
|
kernel32: Move GlobalMemoryStatus(Ex) to a different debug channel.
|
2012-05-03 11:51:37 +02:00 |
Christian Costa
|
d8822cf3d2
|
kernel32: Limit dwTotalPageFile in GlobalMemoryStatus to 4Gb minus 512kb for apps that do not expect so much memory.
|
2012-04-11 19:07:03 +02:00 |
Maarten Lankhorst
|
81a6be568e
|
kernel32: Fix overflow on 32-bits systems.
|
2011-09-12 10:07:28 +02:00 |
Alexandre Julliard
|
4b12e9c5a0
|
kernel32: Fix some 64-bit issues in GlobalSize().
|
2011-06-13 11:46:35 +02:00 |
David Hedberg
|
fed025fd42
|
kernel32: GlobalSize() should also work with GMEM_MOVEABLE data pointers received from GlobalLock().
|
2011-06-13 11:46:24 +02:00 |
Dmitry Timoshkov
|
83bfa7636e
|
kernel32: Truncate the reported by GlobalMemoryStatus() memory limits for Win9x versions too.
|
2010-10-06 20:46:49 +02:00 |
André Hentschel
|
8d371d88d1
|
kernel32: Spelling fix in a comment.
|
2010-07-28 14:01:53 +02:00 |
Nikolay Sivov
|
0597e659bd
|
kernel32: Fix return code from LocalUnlock for pointer passed to it.
|
2010-05-10 10:04:54 +02:00 |
Alexandre Julliard
|
18dbaadfc5
|
kernel32: Define GetProcessHeap as an assembler function on i386.
|
2010-05-07 14:07:45 +02:00 |
Ray Hinchliffe
|
2c725de6de
|
kernel32: Correct ullTotalVirtual for GlobalMemoryStatusEx().
|
2009-10-14 13:03:33 +02:00 |
Dmitry Timoshkov
|
27ebfdb879
|
kernel32: Implement HeapQueryInformation, add some basic tests for it.
|
2009-10-12 12:48:03 +02:00 |
Alexandre Julliard
|
c6dffb6df8
|
kernel32: Fix the HGLOBAL header size for 64-bit.
|
2009-06-18 15:17:26 +02:00 |
Peter Hedlund
|
7d47feaebe
|
kernel32: Mask out obsolete flags in GlobalAlloc.
|
2009-05-28 14:11:32 +02:00 |
Michael Stefaniuc
|
9b2730eb88
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
Austin English
|
d760ec8410
|
kernel32: Add heap support for OpenBSD.
|
2009-01-03 14:55:31 +01:00 |
Alexandre Julliard
|
0ce0af5f16
|
kernel32: Move AllocMappedBuffer/FreeMappedBuffer to thunk.c.
|
2008-12-27 19:45:52 +01:00 |
Michael Stefaniuc
|
d26b02960c
|
kernel32: Remove some superfluous casts of void pointers.
|
2008-12-01 12:45:51 +01:00 |
Andrew Talbot
|
54a376f228
|
kernel32: Assign to structs instead of using memcpy.
|
2008-03-04 11:54:20 +01:00 |
Andrew Talbot
|
272fb14e70
|
kernel32: Remove unneeded casts.
|
2008-01-09 12:26:04 +01:00 |
Alexandre Julliard
|
16aadb2785
|
kernel32: Yet another workaround for broken apps in GlobalMemoryStatus.
|
2007-12-21 14:27:40 +01:00 |
Andrew Talbot
|
a9b05bea3f
|
kernel32: Remove unneeded casts.
|
2007-12-14 12:25:06 +01:00 |
Alexandre Julliard
|
b22183703f
|
kernel32: Fix GlobalMemoryStatus to take into account the IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.
|
2007-10-15 22:32:36 +02:00 |
Alexandre Julliard
|
4a5ba4c732
|
kernel32: Improve tracing in GlobalAlloc.
|
2007-10-02 13:31:59 +02:00 |
Gerald Pfeifer
|
9498ada7a2
|
kernel32: Fix types for the FreeBSD implementation of GlobalMemoryStatusEx().
|
2007-10-02 11:45:14 +02:00 |
James Hawkins
|
8e90c6099e
|
kernel32: Don't crash accessing an invalid handle in GlobalSize.
|
2007-09-20 14:27:13 +02:00 |
James Hawkins
|
72a3f18338
|
kernel32: Return TRUE for all pointer params in GlobalUnlock.
|
2007-09-17 13:41:53 +02:00 |
James Hawkins
|
40dff81b5a
|
kernel32: Fix the case where memory is freed twice in GlobalFree.
|
2007-09-17 13:41:49 +02:00 |
Andrew Talbot
|
072e7d0438
|
kernel32: Exclude unused headers.
|
2007-05-07 20:34:49 +02:00 |
Andrew Talbot
|
a22c7a6c34
|
kernel32: Constify a variable.
|
2007-05-03 14:23:31 +02:00 |
Andrew Talbot
|
a0b2dbd1dc
|
kernel32: Remove superfluous semicolons.
|
2007-04-09 12:19:07 +02:00 |
Andrew Talbot
|
503b338e88
|
kernel32: Replace inline static with static inline.
|
2007-03-17 20:03:39 +01:00 |
Fabian Bieler
|
70ff521a24
|
kernel32: GlobalMemoryStatusEx: always report at least 1 byte of virtual memory even if none is available.
|
2007-03-15 13:11:30 +01:00 |