Namespaces
Variants

C memory management library

From cppreference.net
Memory management library
( exposition only* )
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
( until C++20* )
( until C++20* )
( until C++20* )

Garbage collector support (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)
(C++11) (until C++23)

함수

헤더 파일에 정의됨 <cstdlib>
메모리를 할당함
(함수)
정렬된 메모리를 할당함
(함수)
메모리를 할당하고 0으로 초기화함
(함수)
이전에 할당된 메모리 블록을 확장하거나 축소함
(함수)
이전에 할당된 메모리를 해제함
(함수)

참고 항목

C 문서 참조: C 메모리 관리 라이브러리