BootHeapInit Function (Compact 2013)

3/26/2014

BootHeapInit, which is called by BootMain, determines the amount of memory available for the heap and sets the global heap pointer, s_bootHeap, to the beginning of the heap. If this function exits with s_bootHeap equal to NULL, not enough memory was available for the heap.

This function is implemented in:

%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Core\Common\Heap.c

Its syntax is:

void BootHeapInit( );

This function has no input parameters and does not return a value.

See Also

Concepts

Memory Allocation in CE Boot