Home
last modified time | relevance | path

Searched defs:BUFF_SIZE (Results 1 – 4 of 4) 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.h75 …static constexpr uint32_t BUFF_SIZE = std::numeric_limits<T>::digits10 + 3; // 3: Reserved for si… in ToCString() local
/arkcompiler/runtime_core/runtime/tests/
Dbump_allocator_test.cpp77 constexpr size_t BUFF_SIZE = SIZE_1M; in TEST_F() local
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers.cpp76 constexpr size_t BUFF_SIZE = 256; in DumpObject() local