GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
std::pmr::synchronized_pool_resource::do_allocate(3) C++ Standard Libary std::pmr::synchronized_pool_resource::do_allocate(3)

std::pmr::synchronized_pool_resource::do_allocate - std::pmr::synchronized_pool_resource::do_allocate


virtual void* do_allocate( std::size_t bytes, std::size_t alignment (since C++17)
);


Allocates storage.


If the pool selected for a block of size bytes is unable to satisfy the request from
its internal data structures, calls allocate() on the upstream memory resource to
obtain memory.


If the size requested is larger than what the largest pool can handle, memory is
allocated by calling allocate() on the upstream memory resource.


A pointer to allocated storage of at least bytes bytes in size, aligned to the
specified alignment if such alignment is supported, and to alignof(std::max_align_t)
otherwise.


Throws nothing unless calling allocate() on the upstream memory resource throws.


allocate allocates memory
(public member function of std::pmr::memory_resource)
do_allocate allocates memory
[virtual] (virtual private member function of std::pmr::memory_resource)

2022.07.31 http://cppreference.com

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.