다음을 통해 공유


max_variable_size::full

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

bool full();

반환 값

_Nallocs / 16 + 16 <= _Nblocks이면 true이고,

설명

This member function is called by cache_freelist::deallocate. If the call returns true, deallocate puts the memory block on the free list; if it returns false, deallocate calls operator delete to deallocate the block.

요구 사항

Header: <allocators>

네임스페이스: stdext

참고 항목

참조

max_variable_size 클래스