Namespaces
Variants
Actions

std::scoped_allocator_adaptor<OuterAlloc,InnerAlloc...>::deallocate

From cppreference.com
 
C++
 
Memory management library
(exposition only*)
Allocators
Uninitialized memory algorithms
Constrained uninitialized memory algorithms
Memory resources
Uninitialized storage (until C++20)
(until C++20*)
(until C++20*)

Garbage collector support (until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
(C++11)(until C++23)
 
std::scoped_allocator_adaptor
Defined in header <scoped_allocator>
void deallocate( pointer p, size_type n ) noexcept;
(since C++11)

Uses the outer allocator to deallocate the storage referenced by p, by calling std::allocator_traits<OuterAlloc>::deallocate(outer_allocator(), p, n).

[edit] Parameters

p - pointer to the previously allocated memory
n - the number of objects for which the memory was allocated

[edit] Return value

(none)

[edit] See also

deallocates storage
(public member function of std::allocator<T>) [edit]
[static]
deallocates storage using the allocator
(public static member function of std::allocator_traits<Alloc>) [edit]

Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!

Check out: eBank.nz (Art Generator) | Netwrck.com (AI Tools) | Text-Generator.io (AI API) | BitBank.nz (Crypto AI) | ReadingTime (Kids Reading) | RewordGame | BigMultiplayerChess | WebFiddle | How.nz | Helix AI Assistant