다음을 통해 공유


max_none 클래스

Describes a max class object that limits a freelist object to a maximum length of zero.

template <std::size_t Max> class max_none

매개 변수

Parameter

설명

Max

The max class that determines the maximum number of elements to store in the freelist.

멤버 함수

allocated

Increments the count of allocated memory blocks.

deallocated

Decrements the count of allocated memory blocks.

전체

Returns a value that specifies whether more memory blocks should be added to the free list.

released

Decrements the count of memory blocks on the free list.

saved

Increments the count of memory blocks on the free list.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

<allocators>