Exploiting .NET CLR JIT environments.
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Releaseauto& allocator = chimera::core::JITAllocator::instance();
if (auto init_result = allocator.initialize()) {
if (auto region = allocator.allocate_region(1024)) {
void* jit_memory = *region;
}
}