4.5 Using Based Pointers and Data

Microsoft C/C++ provides the keyword __based to give you greater control over memory management in a segmented architecture. You can use __based to control the placement of data or functions within segments and to get more efficient pointer operations.

This section explains how to use based pointers and based data allocation. The use of based functions is explained in the next section.