Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/resource/
H A Dmemory.h25 int32_t memFree = 0; // unit KB member
/ohos5.0/docs/zh-cn/application-dev/application-test/
H A Dsmartperf-guidelines.md327 order:2 memFree=7164708
332 order:2 memFree=7164684
352 order:8 memFree=190852
526 order:42 memFree=688032
602 order:57 memFree=681968
722 | memFree | 整机空闲内存 |单位:KB|
/ohos5.0/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Dmemory_catcher.cpp44 FileUtil::SaveStringToFd(fd, "memFree " + std::to_string(result.data.memFree) + "\n"); in Catch()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dfillp_function.h49 #define FILLP_FREE (g_fillpOsBasicLibFun.memFree)
/ohos5.0/docs/en/application-dev/application-test/
H A Dsmartperf-guidelines.md327 order:2 memFree=7164708
332 order:2 memFree=7164684
352 order:8 memFree=190852
526 order:42 memFree=688032
602 order:57 memFree=681968
722 | memFree | Free memory of the system. |Unit: KB|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/include/
H A Dfillpcallbacks.h925 FillpMemFreeFunc memFree; /* Memory free callback function. */ member
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp340 memory.memFree = value; in SetValueOfSysMemory()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dcallbacks.c1367 g_fillpOsBasicLibFun.memFree = FillpMemFree; in FillpRegBasicFun()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dapi.c1390 FILLP_REG_OS_BASIC_LIB_FUNC(libSysFunc, memFree); in FtRegCopyOsBasicLibFunc()