별의 공부 블로그 🧑🏻‍💻
728x90
728x170

*[header][other] new


<new>

Dynamic memory
This header describes functions used to manage dynamic storage in C++.

Exceptionally within the standard library, this header declares several functions in the global namespace instead of within the std namespace: These are the operator overloads for operator new and operator delete, which handle dynamic storage requests. Some of these functions have also the special property of being implicitly declared and replaceable.

The header also defines some specific types and the set_new_handler / get_new_handler pair of functions:


Functions


Types


Constants



내용 출처 : http://www.cplusplus.com/reference/new/

728x90
그리드형(광고전용)

'Programming > C++' 카테고리의 다른 글

[header][other] regex (C++11)  (0) 2017.11.08
[header][other] ratio (C++11)  (0) 2017.11.08
[header][other] random (C++11)  (0) 2017.11.08
[header][other] numeric  (0) 2017.11.08
[header][other] memory  (0) 2017.11.08
[header][other] locale  (0) 2017.11.08
[header][other] limits  (0) 2017.11.08
[header][other] iterator  (0) 2017.11.08
⚠️AdBlock이 감지되었습니다. 원할한 페이지 표시를 위해 AdBlock을 꺼주세요.⚠️
starrykss
starrykss
별의 공부 블로그 🧑🏻‍💻


📖 Contents 📖