Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/src/
H A Dflow_controller.cpp38 constexpr int KB_PER_PAGE = PAGE_SIZE / 1024; member
131 if (KB_PER_PAGE == 0 || platformCpuNum_ == 0) { in CreatePagedMemoryPool()
134 size_t bufferSizePages = bufferSizeKb_ / KB_PER_PAGE; in CreatePagedMemoryPool()
807 bufferSizeKb_ = sizeKb / KB_PER_PAGE * KB_PER_PAGE;

Completed in 1 milliseconds