Searched refs:treeMemLength (Results 1 – 1 of 1) sorted by relevance
25 int32_t treeMemLength; in HcsDecompile() local33 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()