Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
Constructors
Constructs an object of type max_variable_size. |
Member Functions
Increments the count of allocated memory blocks. |
|
Decrements the count of allocated memory blocks. |
|
Returns a value that specifies whether more memory blocks should be added to the free list. |
|
Decrements the count of memory blocks on the free list. |
|
Increments the count of memory blocks on the free list. |
Requirements
Header: <allocators>
Namespace: stdext