Dec. 15, 2022
6:14 a.m.
Hi I’m curious to know whether large static arrays can be declared inside any module ( kernel source .c file). I am aware that kernel stack space can be limited and so within the function it’s not a good idea to declare large sized arrays. I’m just wondering if the same restriction applies to global declaration of arrays. Thanks Ani