equal
deleted
inserted
replaced
63 @publishedPartner |
63 @publishedPartner |
64 @released |
64 @released |
65 |
65 |
66 This constant defines the minimum size of the virtual address range reserved for the large bitmap chunk. |
66 This constant defines the minimum size of the virtual address range reserved for the large bitmap chunk. |
67 @note Default value: 64MB (0x04000000) |
67 @note Default value: 64MB (0x04000000) |
|
68 @note Emulator value 32MB (0x02000000) |
68 */ |
69 */ |
|
70 #ifdef __WINS__ |
|
71 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x02000000; |
|
72 #else |
69 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x04000000; |
73 EXPORT_C extern const TInt KFbServLargeChunkMinVirtualSize = 0x04000000; |
|
74 #endif |
70 |
75 |
71 /** |
76 /** |
72 @SYMPatchable |
77 @SYMPatchable |
73 @publishedPartner |
78 @publishedPartner |
74 @released |
79 @released |
75 |
80 |
76 This constant defines the maximum size of the virtual address range reserved for the large bitmap chunk. |
81 This constant defines the maximum size of the virtual address range reserved for the large bitmap chunk. |
77 @note Default value: 256MB (0x10000000) |
82 @note Default value: 256MB (0x10000000) |
|
83 @note Emulator value 48MB (0x03000000) |
78 */ |
84 */ |
79 #ifdef __WINS__ |
85 #ifdef __WINS__ |
80 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x8000000; |
86 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x03000000; |
81 #else |
87 #else |
82 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x10000000; |
88 EXPORT_C extern const TInt KFbServLargeChunkMaxVirtualSize = 0x10000000; |
83 #endif |
89 #endif |
84 |
90 |
85 // Header files declaring these constants are included to confirm that the definitions match. |
91 // Header files declaring these constants are included to confirm that the definitions match. |