BootFree Function (Compact 2013)
3/26/2014
BootFree frees memory that was allocated from the heap using BootAlloc.
This function is implemented in:
%_WINCEROOT%\Platform\Common\Src\Common\Bldr\Core\Common\Heap.c
Its syntax is:
void BootFree ( void *pMemory );
BootFree Function Input Parameters
Parameter |
Type |
Description |
---|---|---|
pMemory |
void * |
A pointer to the memory block to be freed. |
This function does not return a value.