int brk(void *end_data_segment); void *sbrk(intptr_t increment); 什么是程序中断?它从哪里开始,0x00? 最佳答案 程序中断是流程数据段的结尾。 ...... 至于从哪里开始,它是系统相关的,但可能不是0x00。