Changeset 21931 for trunk/src/kernel32/heapshared.cpp
- Timestamp:
- Dec 30, 2011, 11:01:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/heapshared.cpp
r21916 r21931 26 26 #include "initterm.h" 27 27 28 #define PAGE_SIZE 409629 30 28 #define DBG_LOCALLOG DBG_heapshared 31 29 #include "dbglocal.h" 32 30 33 #define MAX_HEAPSIZE (2048*1024) 31 // 32 // Global constants (keep it in sync with globaldata.asm!) 33 // 34 #define PAGE_SIZE 4096 35 #define MAX_HEAPSIZE (8*1024*1024) 34 36 #define MAX_HEAPPAGES (MAX_HEAPSIZE/PAGE_SIZE) 35 37 #define INCR_HEAPSIZE (16*1024)
Note:
See TracChangeset
for help on using the changeset viewer.