|
◆ CreatePool()
Create a new memory pool.
- 戻り値
- The ID of the created memory pool, or AK_INVALID_POOL_ID if creation failed
|
Tip: Refer to プール for information about pool resource overhead. |
- 参照
-
- 引数
-
in_pMemAddress |
Memory address of the pool, or NULL if it should be allocated |
in_uMemSize |
Size of the pool (in bytes) |
in_uBlockSize |
Size of a block (in bytes) |
in_eAttributes |
Memory pool attributes: use values of AkMemPoolAttributes |
in_uBlockAlign |
Alignment of memory blocks. Some plug-ins and specific processors may require specific data alignment. When allocating space for sound bank data, we recommend using AK_BANK_PLATFORM_DATA_ALIGNMENT. |
|