allocate (Windows CE 5.0)

Send Feedback

The __declspec( allocate ) extended storage-class modifier specifies a data segment where the data item will be allocated.

__declspec(allocate(segname)) declarator

The name segname must be declared using one of the following pragmas:

  • code_seg const_seg
  • data_seg init_seg section

See Also

__declspec | align

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.