Search Results

4
votes

C++: delete vs. free and performance

Question one: nothing will happen. From the current draft of ISO/IEC 14882 (or: C++): 20.8.15 C Library [c.malloc] The contents [of <cstdlib> …