lean4-htt/stage0
Henrik Böving 07e6b99e2e
fix: deallocation for closures in non default configurations (#11217)
This PR fixes fallout of the closure allocator changes in #10982. As far
as we know
this bug only meaningfully manifests in non default build configurations
without mimalloc such as:
`cmake --preset release -DUSE_MIMALLOC=OFF`

The issue is that I forgot to update the deallocation functions for
closures. However, this only
seems to matter if we disable mimalloc which is why this slipped through
testing.
2025-11-17 16:27:20 +00:00
..
src fix: deallocation for closures in non default configurations (#11217) 2025-11-17 16:27:20 +00:00
stdlib chore: update stage0 2025-11-16 10:13:26 +00:00