Share via


max_variable_size::deallocated

Decrements the count of allocated memory blocks.

void deallocated(std::size_t _Nx = 1);

Parameters

Parameter

Description

_Nx

The increment value.

Remarks

The member function subtracts _Nx from the stored value _Nallocs. This member function is called after each call by cache_freelist::deallocate to operator delete. The argument _Nx is the number of memory blocks in the chunk deallocated by operator delete.

Requirements

Header: <allocators>

Namespace: stdext

See Also

Reference

max_variable_size Class