next up previous contents index
Next: new operator Up: Allocation Algorithms Previous: free() routine

C++ Object Instantiation

The C++ interfaces to dynamic storage allocation are internally calling the C library routines. In addition, construction and destruction of objects are automatically performed.



 

Mori Tetsuya / t2y3141592@gmail.com