다음을 통해 공유


max_variable_size::deallocated

Decrements the count of allocated memory blocks.

void deallocated(std::size_t _Nx = 1);

매개 변수

Parameter

설명

_Nx

증분 값입니다.

설명

The member function subtracts _Nx from the stored value _Nallocs. This member function is called after each call by cache_freelist::deallocate to operator delete. The argument _Nx is the number of memory blocks in the chunk deallocated by operator delete.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

max_variable_size 클래스