summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-31 13:29:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-10-31 13:29:41 +0100
commitdee158cd68a6e8cbb18853bef592281110bb980b (patch)
treef1613de5baf597c005c9fad4bc81c7d60d57c463
parentuser: Document patch review process (diff)
downloadrtems-docs-dee158cd68a6e8cbb18853bef592281110bb980b.tar.bz2
c-user: Document RTEMS_FATAL_SOURCE_HEAP
Close #3806.
-rw-r--r--c-user/fatal_error.rst4
1 files changed, 4 insertions, 0 deletions
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