Home
last modified time | relevance | path

Searched defs:ReclaimGarbageMemory (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dallocator_test.cpp34 size_t ReclaimGarbageMemory(bool releaseAll) override { return 0; } in ReclaimGarbageMemory() function in common::test::TestAllocator
/arkcompiler/ets_runtime/common_components/heap/collector/tests/
Dtask_queue_test.cpp27 size_t ReclaimGarbageMemory(bool releaseAll) override { return 0; } in ReclaimGarbageMemory() function in common::StubAllocator
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dregion_space.h175 size_t ReclaimGarbageMemory(bool releaseAll) override in ReclaimGarbageMemory() function
/arkcompiler/ets_runtime/common_components/heap/collector/
Dmarking_collector.cpp728 void MarkingCollector::ReclaimGarbageMemory(GCReason reason) in ReclaimGarbageMemory() function in common::MarkingCollector