Home
last modified time | relevance | path

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

/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/
H A Dthread_sampler.cpp355 uintptr_t cpySz = curStackSz > STACK_BUFFER_SIZE ? STACK_BUFFER_SIZE : curStackSz; in WriteContext() local
357 for (uintptr_t pos = 0; pos < cpySz; pos++) { in WriteContext()

Completed in 2 milliseconds