Home
last modified time | relevance | path

Searched refs:malloptKey (Results 1 - 2 of 2) sorted by relevance

/drivers/hdf_core/adapter/uhdf2/host/
H A Ddevhost.c125 int32_t malloptKey = 0; in SetMallopt() local
128 if (!HdfStringToInt(argv[i], &malloptKey)) { in SetMallopt()
129 HDF_LOGE("malloptKey parameter error:%{public}s", argv[i]); in SetMallopt()
136 ret = mallopt(malloptKey, malloptValue); in SetMallopt()
138 HDF_LOGE("mallopt failed, malloptKey:%{public}d, malloptValue:%{public}d, ret:%{public}d", in SetMallopt()
139 malloptKey, malloptValue, ret); in SetMallopt()
142 HDF_LOGI("host set mallopt succeed, mallopt:%{public}d %{public}d", malloptKey, malloptValue); in SetMallopt()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dstartup_cfg_gen.cpp364 std::string malloptKey = mallocOption.substr(0, separatorPos);
367 config.push_back({malloptKey, malloptValue});

Completed in 2 milliseconds