定义我自己的 malloc 后分段错误?
作者:runningupthatroad 提问时间:9/13/2022
为什么这会导致分段错误? #include <stddef.h> void *malloc(size_t s) { }; int main() { printf("lol"); } ...
分段 - 内置故障 问答列表
作者:runningupthatroad 提问时间:9/13/2022
为什么这会导致分段错误? #include <stddef.h> void *malloc(size_t s) { }; int main() { printf("lol"); } ...