Searched refs:SMALL_OBJECT_SIZE (Results 1 - 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/mem/ | ||
H A D | tlab_allocator-inl.h | 27 static constexpr size_t SMALL_OBJECT_SIZE = 8_KB; member 70 if (UNLIKELY(size > SMALL_OBJECT_SIZE)) { in AllocateInYoungSpace() |
Completed in 1 milliseconds