Allocate memory with a specific alignment.
- 返回
- A pointer to the start of the allocated memory (NULL if the allocation could not be completed)
- 参见
-
- 参数
-
| in_poolId | ID of the memory category (AkMemID) |
| in_uSize | Number of bytes to allocate |
| in_uAlignment | Alignment (in bytes) |
被这些函数引用 operator new().