From dee158cd68a6e8cbb18853bef592281110bb980b Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 31 Oct 2019 13:29:41 +0100 Subject: 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 -- cgit v1.2.3