Home
last modified time | relevance | path

Searched refs:GetFreeSize (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/runtime_core/libpandabase/tests/
H A Darena_test.cpp57 size_t old_free_size = arena->GetFreeSize(); in GetOccupiedAndFreeSizeTestImplementation()
60 ASSERT_TRUE(old_free_size - alloc_size == arena->GetFreeSize()); in GetOccupiedAndFreeSizeTestImplementation()
70 ASSERT_TRUE(alloc_size * immTwo <= arena->GetFreeSize()); in ResizeAndResetTestImplementation()
/arkcompiler/runtime_core/static_core/libpandabase/tests/
H A Darena_test.cpp61 size_t oldFreeSize = arena->GetFreeSize(); in GetOccupiedAndFreeSizeTestImplementation()
64 ASSERT_TRUE(oldFreeSize - allocSize == arena->GetFreeSize()); in GetOccupiedAndFreeSizeTestImplementation()
74 ASSERT_TRUE(allocSize * IMM_TWO <= arena->GetFreeSize()); in ResizeAndResetTestImplementation()
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena-inl.h49 size_t free_size = GetFreeSize(); in Alloc()
90 inline size_t Arena::GetFreeSize() const in GetFreeSize() function in panda::Arena
H A Darena_allocator.h133 size_t free_size = GetFreeSize(); in Alloc()
142 size_t GetFreeSize() const in GetFreeSize() function in panda::ArenaAllocatorT::OnStackBuffT
H A Darena.h63 size_t GetFreeSize() const;
/arkcompiler/runtime_core/static_core/libpandabase/mem/
H A Darena-inl.h49 size_t freeSize = GetFreeSize(); in Alloc()
90 inline size_t Arena::GetFreeSize() const in GetFreeSize() function in ark::Arena
H A Darena_allocator.h131 size_t freeSize = GetFreeSize(); in Alloc()
140 size_t GetFreeSize() const in GetFreeSize() function in ark::ArenaAllocatorT::OnStackBuffT
H A Darena.h59 size_t GetFreeSize() const;
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dbump-allocator-inl.h95 ASSERT(arena_.GetFreeSize() >= tlabManager_.GetTLABsOccupiedSize()); in Alloc()
96 if (arena_.GetFreeSize() - tlabManager_.GetTLABsOccupiedSize() >= size) { in Alloc()
121 ASSERT(arena_.GetFreeSize() >= tlabManager_.GetTLABsOccupiedSize()); in CreateNewTLAB()
122 if (arena_.GetFreeSize() - tlabManager_.GetTLABsOccupiedSize() >= size) { in CreateNewTLAB()
H A Dtlab.h279 size_t GetFreeSize() in GetFreeSize() function in ark::mem::TLAB
H A Dtlab.cpp61 size_t freeSize = GetFreeSize(); in Alloc()
H A Dpygote_space_allocator-inl.h80 if (arena_ != nullptr && arena_->GetFreeSize() >= ark::os::mem::GetPageSize()) { in SetState()

Completed in 7 milliseconds