On 2018-12-03 16:32, Paolo Bonzini wrote: > qgraph will embed these objects instead of allocating them in a separate > object. Expose a new API "generic_alloc_init" and "generic_alloc_destroy" > for that, and rename the existing API with s/init/new/ and s/uninit/free/.
Could you please add a sentence *why* you are doing this? ... without that information, this just looks like a lot of unnecessary code churn... Thomas