MCPcopy Create free account
hub / github.com/boostorg/asio / custom_allocator

Method custom_allocator

test/io_context.cpp:610–614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

608 using value_type = T;
609
610 custom_allocator(int* live_count, int* total_count)
611 : live_count_(live_count),
612 total_count_(total_count)
613 {
614 }
615
616 template <typename U>
617 custom_allocator(const custom_allocator<U>& other) noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected