We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b455ab2 commit 2649e4cCopy full SHA for 2649e4c
include/sys/arch_interface.h
@@ -572,6 +572,8 @@ void arch_mem_domain_destroy(struct k_mem_domain *domain);
572
* if the supplied memory buffer spans multiple enabled memory management
573
* regions (even if all such regions permit user access).
574
*
575
+ * @warning 0 size buffer has undefined behavior.
576
+ *
577
* @param addr start address of the buffer
578
* @param size the size of the buffer
579
* @param write If nonzero, additionally check if the area is writable.
0 commit comments