다음을 통해 공유


max_variable_size 클래스

Describes a max class object that limits a freelist object to a maximum length that is roughly proportional to the number of allocated memory blocks.

class max_variable_size

생성자

max_variable_size

'max_variable_size' 형식의 개체를 생성합니다.

멤버 함수

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>