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 6f0e9ca commit 69fb9d6Copy full SHA for 69fb9d6
lib/heap/heap.h
@@ -74,7 +74,7 @@ struct z_heap {
74
size_t allocated_bytes;
75
size_t max_allocated_bytes;
76
#endif
77
- struct z_heap_bucket buckets[0];
+ struct z_heap_bucket buckets[];
78
};
79
80
static inline bool big_heap_chunks(chunksz_t chunks)
0 commit comments