mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-27 04:00:37 +00:00
!8201 修复IncreaseAliveObject的Assert失败
Merge pull request !8201 from huangzhenghua/master20240716
This commit is contained in:
commit
7106272b06
@ -677,7 +677,6 @@ public:
|
||||
|
||||
void IncreaseAliveObject(size_t size)
|
||||
{
|
||||
ASSERT(aliveObject_ + size <= GetSize());
|
||||
aliveObject_.fetch_add(size, std::memory_order_relaxed);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user