Namespaces
Variants
Actions

std::allocator_traits<Alloc>::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::allocator_traits
Defined in header <memory>
static void deallocate( Alloc& a, pointer p, size_type n );
(since C++11)
(constexpr since C++20)

Uses the allocator a to deallocate the storage referenced by p, by calling a.deallocate(p, n).

Contents

[edit] Parameters

a - allocator to use
p - pointer to the previously allocated storage
n - the number of objects the storage was allocated for

[edit] Return value

(none)

[edit] Example

[edit] See also

[static]
allocates uninitialized storage using the allocator
(public static member function) [edit]
deallocates storage
(public member function of std::allocator<T>) [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