다음을 통해 공유


max_variable_size::released

Decrements the count of memory blocks on the free list.

void released();

설명

This member function decrements the stored value _Nblocks. The released member function of the current max class is called by cache_freelist::allocate whenever it removes a memory block from the free list.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

max_variable_size 클래스