This is also one of many good reasons to not make allocators library based, but do it in the compiler and backend. That also allows you do allocate multiple objects in a single CAS. (i.e. the compiler collects multiple allocs calls and replace it with one)

Reply via email to