单词
47. insufficient 不足的
48. memory block 内存块
49. allocate 分配 allocate memory block 分配内存块
50. type cast 强制类此转换
51. storage space存储 空间
52. the return value is guaranteed to be suitably aligned for
storage of any type of object.
返回值保证适当对齐以存储任何类型的对象
53. guaranteed 担保 保障 保证 aligned 对齐
54.
malloc allocates a zero-length item in the heap and returns a valid pointer to that item.
Always check the return from malloc, even if the amount of memory requested is small.
malloc在堆中分配一个长度为零的项,并返回指向该项的有效指针。始终检查malloc的返回,即使请求的内存量很小。
Item 项 项目 heap 堆 valid 有效的