[rtems-docs commit] c-user: Document RTEMS_FATAL_SOURCE_HEAP

Sebastian Huber sebh at rtems.org
Tue Nov 5 11:50:31 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    dee158cd68a6e8cbb18853bef592281110bb980b
Changeset: http://git.rtems.org/rtems-docs/commit/?id=dee158cd68a6e8cbb18853bef592281110bb980b

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Thu Oct 31 13:29:41 2019 +0100

c-user: Document RTEMS_FATAL_SOURCE_HEAP

Close #3806.

---

 c-user/fatal_error.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/c-user/fatal_error.rst b/c-user/fatal_error.rst
index f785647..2c72deb 100644
--- a/c-user/fatal_error.rst
+++ b/c-user/fatal_error.rst
@@ -129,6 +129,10 @@ RTEMS_FATAL_SOURCE_INVALID_HEAP_FREE (12)
     Fatal source for invalid C program heap frees via :c:func:`free`.  The
     fatal code is the bad pointer.
 
+RTEMS_FATAL_SOURCE_HEAP (13)
+    Fatal source for heap errors.  The fatal code is the address to a heap error
+    context.  See :c:type:`Heap_Error_context`.
+
 .. _internal_errors:
 
 Internal Error Codes



More information about the vc mailing list