Home
last modified time | relevance | path

Searched defs:countPerChunk (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Dmem_utils.cpp25 size_t countPerChunk = count > SECUREC_MEM_MAX_LEN ? SECUREC_MEM_MAX_LEN : count; in MemorySet() local
40 size_t countPerChunk = count > SECUREC_MEM_MAX_LEN ? SECUREC_MEM_MAX_LEN : count; in MemoryCopy() local