int main() { char* p = (char*)malloc(32); free(p); return 0; } 转载于:https://www.cnblogs.com/yuqilihualuo/p/5358247.html