Share via


Static Data Blocks (Windows CE 5.0)

Send Feedback

The static data block is a block of memory that Windows CE loads with an application. This block contains strings, buffers, and other static values that the application references throughout the life of the application. Windows CE allocates two sections for static data: one for read/write data and one for read-only data. Because the operating system allocates these areas on a per page basis, typically there is some space left over from the static data up to the next page boundary. When writing an application for a Windows CE–based device, be sure that little or no extra space is left. It might be better to move a buffer or two into the static data area, rather than allocate those buffers dynamically, if there is space in the static data area.

See Also

Memory Architecture

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.