Sujet : Re: What is your opinion about init_malloc?
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 14. Mar 2025, 17:29:09
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vr1lgh$1lg4h$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
Am 14.03.2025 um 17:24 schrieb Thiago Adams:
The problem of C++ new is that it requires the customisation then it results in many many variants and customisation points.
https://en.cppreference.com/w/cpp/memory/new/operator_new
https://en.cppreference.com/w/cpp/coroutine/generator/promise_type/ operator_new
https://en.cppreference.com/w/cpp/memory/new/set_new_handler
https://en.cppreference.com/w/cpp/memory/new/get_new_handler
I don't want that..
99.9999% of all people stick with default-allocation.