删空格

This commit is contained in:
huihut 2018-04-10 20:41:22 +08:00
parent df83e5ef6f
commit 8c6aeb5760

View File

@ -614,9 +614,6 @@ virtual int A() = 0;
* 虚函数不占用存储空间
* 虚函数表存储的是虚函数地址
### 内存分配和管理
#### malloc、calloc、realloc、alloca