Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/dprof/libstorage/dprof/
Dstorage.h79 static const size_t MAX_BUFFER_SIZE = 16 * 1024 * 1024; // 16MB variable
/arkcompiler/toolchain/inspector/
Dlog_wrapper.cpp52 constexpr int32_t MAX_BUFFER_SIZE = 100; variable
/arkcompiler/runtime_core/libziparchive/tests/
Dlibziparchive_tests.cpp42 constexpr size_t MAX_BUFFER_SIZE = 2048; variable