We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2d5c8e commit d4841daCopy full SHA for d4841da
1 file changed
src/platform/zephyr/memory.c
@@ -29,7 +29,9 @@ void *user_realloc(void *ptr, size_t size)
29
30
#else
31
32
+#ifndef CONFIG_SOC_POSIX
33
#warning CONFIG_SHARED_MULTI_HEAP is not defined. Using internal RAM
34
+#endif
35
36
void *user_malloc(size_t size)
37
{
0 commit comments