std::allocator

박호준·2021년 10월 5일
0

일반적으로 c++의 메모리 할당은 new와 delete를 사용한다.
그러나 allocator을 사용한다면 디테일한 장점이 있다.

  1. 불필요한 초기화 하는 행위를 줄일 수 있음

include
std::allocator

profile
hopark

0개의 댓글