Changeset 1467 for trunk/src/win32k/misc/malloc.c
- Timestamp:
- Oct 27, 1999, 4:03:01 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/misc/malloc.c
r1271 r1467 1 /* $Id: malloc.c,v 1. 2 1999-10-14 01:19:21bird Exp $1 /* $Id: malloc.c,v 1.3 1999-10-27 02:03:00 bird Exp $ 2 2 * 3 3 * Heap. … … 10 10 */ 11 11 12 12 #define static 13 13 /****************************************************************************** 14 14 * Defined macros and constants … … 289 289 290 290 #ifdef RING0 291 pFree = D32Hlp_VMAlloc(VMDHA_SWAP | VMDHA_USEHIGHMEM, cbSize, ~0UL);291 pFree = D32Hlp_VMAlloc(VMDHA_SWAP, cbSize, ~0UL); 292 292 #else 293 293 if (DosAllocMem((void*)&pFree, cbSize, PAG_COMMIT | PAG_READ | PAG_WRITE) != 0)
Note:
See TracChangeset
for help on using the changeset viewer.