Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dnative_stack.cpp29 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
/arkcompiler/ets_runtime/ecmascript/mem/
Dc_string.h73 …static constexpr uint32_t BUFF_SIZE = std::numeric_limits<T>::digits10 + 3; // 3: Reserved for si… in ToCString() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dnative_stack.cpp149 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dbump_allocator_test.cpp85 constexpr size_t BUFF_SIZE = SIZE_1M; in DEATH_TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/mem/
Dobject_helpers.cpp75 constexpr size_t BUFF_SIZE = 256; in DumpObject() local