Category
: Kern-Heap
KERN-HEAP panics are raised by the kernel when bad parameters are passed
to kernel-side heap functions.
39 |
This panic is raised when the size specified for the new heap is
smaller than the permitted minimum; it must be at least the size of a RHeap object.
On the user side this is associated with the USER category; on the kernel
side this is associated with the KERN-HEAP category. |
42 |
This panic is raised in a call to the RHeap member
functions, [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]AllocLen() , [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]Free() , [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]FreeZ() , [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]ReAlloc() , [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]ReAllocL() , [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]Adjust() and [[[ERROR: [NOKX000E] Unable to find definition for key reference 'RHeap']]]AdjustL() , when a pointer passed to these functions
does not point to a valid cell. On the user side this is associated with the
USER category; on the kernel side this is associated with the KERN-HEAP category. |
213 |
This panic is raised when attempting to set a new debug failure
mode on a heap with an invalid argument. For example, if aBurst greater
than the KMaxTUint6 value when invoking UHEAP_BURSTFAILNEXT when
a RHeap object is used for the user heap. On the user side
this is associated with the USER category; on the kernel side this is associated
with the KERN-HEAP category. |