Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/scripts/
H A Dtrace_enable.sh48 echo $BUFF_SIZE > $TRACKING_PATH/buffer_size_kb
97 BUFF_SIZE=$3
101 BUFF_SIZE=8192
/arkcompiler/runtime_core/static_core/scripts/
H A Dtrace_enable.sh48 echo "$BUFF_SIZE" > $TRACKING_PATH/buffer_size_kb
97 BUFF_SIZE=$3
101 BUFF_SIZE=8192
/arkcompiler/runtime_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp29 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
30 std::vector<char> buffer(BUFF_SIZE); in ReadOsFile()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dc_string.h75 static constexpr uint32_t BUFF_SIZE = std::numeric_limits<T>::digits10 + 3; // 3: Reserved for sign bit and '\0'. in ToCString() local
77 char buf[BUFF_SIZE]; in ToCString()
78 uint32_t position = BUFF_SIZE - 1; in ToCString()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dobject_helpers.cpp71 constexpr size_t BUFF_SIZE = 256; in DumpStringClass() local
72 std::array<char, BUFF_SIZE> buff {0}; in DumpStringClass()
73 auto strRes = strncpy_s(&buff[0], BUFF_SIZE, reinterpret_cast<const char *>(strObject->GetDataMUtf8()), in DumpStringClass()
74 std::min(BUFF_SIZE - 1, static_cast<size_t>(strObject->GetLength()))); in DumpStringClass()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
H A Dnative_stack.cpp149 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
150 std::vector<char> buffer(BUFF_SIZE); in ReadOsFile()
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dbump_allocator_test.cpp115 constexpr size_t BUFF_SIZE = 1_MB; in DEATH_TEST_F() local
117 auto pool = PoolManager::GetMmapMemPool()->AllocPool(BUFF_SIZE, SpaceType::SPACE_TYPE_INTERNAL, in DEATH_TEST_F()

Completed in 4 milliseconds