A simple test that allocates/frees memory and periodically leaks (no free) memory.
Although the leak is the only "user" in-use memory, there are other allocations associated to the use of C++ (and exceptions). Depending on load order, these allocations will be visible. The alloc-space assertion uses a 15% margin for C++ runtime overhead seen on CI (often ~94% vs 100%).