Returns the total and available VTCM sizes and page layouts for the given application type.
Supported starting with Lahaina.
- Parameters
-
[in] | application_id | Application ID used to specify the VTCM partition. |
[out] | total_block_size | Total VTCM size assigned for this application type. |
[out] | total_block_layout | Total VTCM size (total_block_size) represented in pages. |
[out] | avail_block_size | Largest contiguous memory chunk available in VTCM for this application type. |
[out] | avail_block_layout | Available block size (avail_block_size) represented in pages. |
- Returns
- 0 upon success.
Nonzero upon failure.
HAP_COMPUTE_RES_NOT_SUPPORTED when not supported.