[K/N] Track memory in big chunks ^KT-57773

Additionally removed testFixtures{} and test{} in gcScheduler/common runtime module,
because that source set became empty.
This commit is contained in:
Alexander Shabalin
2023-06-21 15:29:20 +02:00
committed by Space Team
parent 0a726d4ebf
commit 220ecc4788
43 changed files with 111 additions and 387 deletions
@@ -553,6 +553,8 @@ extern const bool kSupportsMultipleMutators;
void StartFinalizerThreadIfNeeded() noexcept;
bool FinalizersThreadIsRunning() noexcept;
void OnMemoryAllocation(size_t totalAllocatedBytes) noexcept;
} // namespace kotlin
RUNTIME_NOTHROW ALWAYS_INLINE extern "C" void Kotlin_processObjectInMark(void* state, ObjHeader* object);