5.9.5. __Heap_Initialize()

Initializes the heap.

Syntax

void __Heap_Initialize(struct __Heap_Descriptor *h);

Implementation

This is called at initialization. You must redefine it to set up the fields in your heap descriptor structure to correct initial values. A typical linked-list heap initializes the first_free_block pointer to NULL to indicate that there are no free blocks in the heap.

Copyright © 2002-2005 ARM Limited. All rights reserved.ARM DUI 0205F
Non-Confidential