我申请的局部变量:例如我在函数内部声明一个大的二维数组f8 test[10][63] ={0};
我发现该变量会分配到const段里,变成了类似.const:_$P$T0$1这样的名字,而不是 .const:_test
请教一下,这样的内存分配和命名是什么含义。属于正常现象吗?
------------------------------------------------------------
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我申请的局部变量:例如我在函数内部声明一个大的二维数组f8 test[10][63] ={0};
我发现该变量会分配到const段里,变成了类似.const:_$P$T0$1这样的名字,而不是 .const:_test
请教一下,这样的内存分配和命名是什么含义。属于正常现象吗?
------------------------------------------------------------