Files
browser/src/cdp
Karl Seguin b2cf5df612 Switch mimalloc guards to assertions
The thin mimalloc API is currently defensive around incorrect setup/teardown by
guarding against using/destroying the arena when the heap is null, or creating
an arena when it already exists.

The only time these checks will fail is when the code is wrong, e.g. trying
to use libdom before or after freeing the arena. The current behavior can mask
these errors, plus add runtime overhead.
2025-08-31 19:35:53 +08:00
..
2025-08-29 10:42:06 +08:00
2025-08-29 10:42:06 +08:00
2025-08-31 19:35:53 +08:00