5.9.13. __Heap_Broken()

Called when an inconsistency in the heap is detected. You must not re-implement this function.

Syntax

int __Heap_Broken(struct __Heap_Descriptor *h);

Implementation

If __Heap_Alloc(), __Heap_Realloc(), __Heap_Free(), or __Heap_ProvideMemory() detect an inconsistency in the heap structures they can call this function to terminate the program with a suitable error message.

Copyright © 2005 ARM Limited. All rights reserved.ARM DUI 0282B
Non-Confidential