/arkcompiler/ets_runtime/ecmascript/ |
H A D | ecma_param_configuration.h | 82 defaultReadOnlySpaceSize_ = 256_KB; in Initialize() 84 defaultSnapshotSpaceSize_ = 512_KB; in Initialize() 95 maxStackSize_ = 128_KB; in Initialize() 106 defaultReadOnlySpaceSize_ = 256_KB; in Initialize() 108 defaultSnapshotSpaceSize_ = 512_KB; in Initialize() 119 maxStackSize_ = 128_KB; in Initialize() 130 defaultReadOnlySpaceSize_ = 256_KB; in Initialize() 143 maxStackSize_ = 128_KB; in Initialize() 299 static constexpr size_t DEFAULT_STACK_SIZE = 992_KB; 300 static constexpr size_t ALLOWED_UPPER_STACK_DIFF = 4_KB; [all...] |
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | mem.h | 67 static constexpr size_t DEFAULT_MARK_STACK_SIZE = 4_KB; 81 static constexpr size_t CHUNK_ALIGN_SIZE = 4_KB; 82 static constexpr size_t MIN_CHUNK_AREA_SIZE = 4_KB; 83 static constexpr size_t MAX_CACHED_CHUNK_AREA_SIZE = 16_KB; 84 static constexpr uint32_t WORKNODE_SPACE_SIZE = 8_KB; 86 static constexpr size_t MAX_REGEXP_CACHE_SIZE = 8_KB;
|
H A D | mem_common.h | 47 constexpr uint64_t operator"" _KB(long double count) in _KB() function 53 constexpr uint64_t operator"" _KB(unsigned long long count) in _KB() function
|
H A D | incremental_marker.h | 125 uint32_t markingSpeed_ {200_KB}; 126 uint32_t incrementalMarkingSpeed_ {100_KB};
|
H A D | gc_stats.h | 289 return (float)size / 1_KB; in sizeToKB() 299 static constexpr size_t DEFAULT_OLD_CLEAR_NATIVE_OBJ_SPEED = 1_KB; 300 static constexpr size_t DEFAULT_OLD_EVACUATE_SPACE_SPEED = 600_KB; 301 static constexpr size_t DEFAULT_YOUNG_CLEAR_NATIVE_OBJ_SPEED = 3_KB;
|
H A D | tlab_allocator-inl.h | 26 static constexpr size_t MIN_BUFFER_SIZE = 31_KB; 27 static constexpr size_t SMALL_OBJECT_SIZE = 8_KB;
|
H A D | thread_local_allocation_buffer.h | 25 static constexpr size_t TLAB_SIZE = 8_KB;
|
/arkcompiler/runtime_core/libpandabase/tests/ |
H A D | bit_table_test.cpp | 62 data.reserve(1_KB); in TEST_F() 80 data.reserve(1_KB); in TEST_F() 102 data.reserve(1_KB); in TEST_F() 128 data.reserve(1_KB); in TEST_F() 133 {0_KB, 1_KB + 1, 1_KB + 2, 1_KB + 3, 1_KB + 4, 1_KB in TEST_F() [all...] |
H A D | memory_literals_test.cpp | 24 static_assert(4194304_KB == SIZE_4G);
|
H A D | mmap_fixed_test.cpp | 35 static constexpr size_t OFFSET = 4_KB; in TEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/tests/ |
H A D | bit_table_test.cpp | 67 data.reserve(1_KB); in TEST_F() 85 data.reserve(1_KB); in TEST_F() 107 data.reserve(1_KB); in TEST_F() 133 data.reserve(1_KB); in TEST_F() 138 {0_KB, 1_KB + 1U, 1_KB + 2U, 1_KB + 3U, 1_KB + 4U, 1_KB in TEST_F() [all...] |
H A D | memory_literals_test.cpp | 24 static_assert(4194304_KB == SIZE_4G); // NOLINT(readability-magic-numbers)
|
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | bitmap_clear_range_test.cpp | 37 constexpr MemRangeTest FIRST_RANGE {0, 10_KB + DEFAULT_ALIGNMENT_IN_BYTES}; in TEST_F() 41 constexpr MemRangeTest FIFTH_RANGE {1_KB + DEFAULT_ALIGNMENT_IN_BYTES, 2_KB + 5 * DEFAULT_ALIGNMENT_IN_BYTES}; in TEST_F()
|
H A D | bitmap_page_alignment_test.cpp | 69 RunTestCount<4_KB>(); in TEST_F() 74 RunTestOrder<4_KB>(); in TEST_F() 105 size_t offset = FnRounddown(std::rand() % heapCapacity, 4_KB); in TEST_F()
|
H A D | mem_leak_test.cpp | 57 auto ptr = allocator->Alloc(1_KB); in TEST_F()
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | concurrent_marking_test.cpp | 52 uint32_t length = 1_KB; in HWTEST_F_L0() 70 uint32_t length = 1_KB; in HWTEST_F_L0() 92 uint32_t length = 1_KB; in HWTEST_F_L0() 112 uint32_t length = 1_KB; in HWTEST_F_L0()
|
H A D | throw_oom_error_test.cpp | 40 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0() 60 static constexpr size_t SIZE = 100_KB / 8; in HWTEST_F_L0()
|
H A D | incremental_marking_test.cpp | 50 uint32_t length = 1_KB; in HWTEST_F_L0()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | mem.h | 154 constexpr uint64_t operator"" _KB(long double count) in _KB() function 160 constexpr uint64_t operator"" _KB(unsigned long long count) in _KB() function 187 constexpr uint64_t SIZE_1K = 1_KB; 192 constexpr size_t PANDA_POOL_ALIGNMENT_IN_BYTES = 256_KB;
|
/arkcompiler/runtime_core/static_core/runtime/tests/intrusive-tests/interrupt_release_pages_test/ |
H A D | interrupt_release_pages_test.cpp | 65 arr = mem::ObjectAllocator::AllocArray(100_KB, ClassRoot::ARRAY_U1, false); in WarmUpMmapMemPool() 97 arr = mem::ObjectAllocator::AllocArray(1_KB, ClassRoot::ARRAY_U1, false); in TEST_F()
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | mem.h | 180 constexpr uint64_t operator"" _KB(long double count) in _KB() function 186 constexpr uint64_t operator"" _KB(unsigned long long count) in _KB() function 213 constexpr uint64_t SIZE_1K = 1_KB; 218 constexpr size_t PANDA_POOL_ALIGNMENT_IN_BYTES = 256_KB;
|
H A D | stack_like_allocator.h | 80 static constexpr size_t RELEASE_PAGES_SIZE = 256_KB;
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
H A D | constants.h | 37 static constexpr size_t PAGE_SIZE_ALIGN_UP = 4_KB;
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | error_helper.h | 43 static constexpr uint32_t MAX_ERROR_SIZE = 10_KB;
|
/arkcompiler/runtime_core/platforms/unix/libpandabase/ |
H A D | native_stack.cpp | 29 constexpr size_t BUFF_SIZE = 8_KB; in ReadOsFile()
|