Home
last modified time | relevance | path

Searched refs:treeMemLength (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_parser.c25 int32_t treeMemLength; in HcsDecompile() local
33 treeMemLength = GetHcsTreeSize(hcsBlob + offset, nodeLength); in HcsDecompile()
34 if (treeMemLength <= 0) { in HcsDecompile()
35 HDF_LOGE("%s failed, GetHcsTreeSize error, treeMemLength = %d", __func__, treeMemLength); in HcsDecompile()
39 treeMem = (char *)OsalMemCalloc(treeMemLength); in HcsDecompile()