[PATCH] c-user: Document RTEMS_FATAL_SOURCE_HEAP
Sebastian Huber
sebastian.huber at embedded-brains.de
Thu Oct 31 12:32:22 UTC 2019
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
--
2.16.4
More information about the devel
mailing list