Memory expansion
Memory expansion function.
- 注意
- None.
- 参数
-
| addr | [IN] Original memory address. |
| newSize | [IN] Extended memory size. |
| oldSize | [IN] Memory size before expansion. |
- 返回值
-
| void* | indicates successful, the extended memory address is returned. |
| NULL | indicates failed, return NULL. |