Files
kotlin-fork/kotlin-native/runtime
Alexander Shabalin 70996035fc [K/N] Move AllocatorImpl.hpp into alloc/ ^KT-60928
- Hide allocator-specific data into Allocator::*::Impl
  like with gc and gcScheduler modules.
- These *::Impl are still owned by specific GCs
- Additionally moved "stateless" allocator APIs into Allocator.hpp
2023-09-01 17:00:59 +00:00
..