René's URL Explorer Experiment


Title: Low level memory management - cppreference.com

Generator: MediaWiki 1.43.8

direct link

Domain: en.cppreference.com

format-detectiontelephone=no

Links:

cppreference.comhttp://en.cppreference.com/
Create accounthttp://en.cppreference.com/index.php?title=Special:CreateAccount&returnto=cpp%2Fmemory%2Fnew
Log inhttp://en.cppreference.com/index.php?title=Special:UserLogin&returnto=cpp%2Fmemory%2Fnew
Pagehttp://en.cppreference.com/cpp/memory/new
Discussionhttp://en.cppreference.com/index.php?title=Talk:cpp/memory/new&action=edit&redlink=1
http://en.cppreference.com/cpp/memory/new
Readhttp://en.cppreference.com/cpp/memory/new
View sourcehttp://en.cppreference.com/index.php?title=cpp/memory/new&action=edit
View historyhttp://en.cppreference.com/index.php?title=cpp/memory/new&action=history
http://en.cppreference.com/cpp/memory/new
cpphttp://en.cppreference.com/cpp
memoryhttp://en.cppreference.com/cpp/memory
C++http://en.cppreference.com/cpp
Compiler supporthttp://en.cppreference.com/cpp/compiler_support
Freestanding and hostedhttp://en.cppreference.com/cpp/freestanding
Languagehttp://en.cppreference.com/cpp/language
Standard libraryhttp://en.cppreference.com/cpp/standard_library
Standard library headershttp://en.cppreference.com/cpp/header
Named requirementshttp://en.cppreference.com/cpp/named_req
Feature test macroshttp://en.cppreference.com/cpp/feature_test
Language support libraryhttp://en.cppreference.com/cpp/utility#Language_support
Concepts libraryhttp://en.cppreference.com/cpp/concepts
Diagnostics libraryhttp://en.cppreference.com/cpp/error
Memory management libraryhttp://en.cppreference.com/cpp/memory
Metaprogramming libraryhttp://en.cppreference.com/cpp/meta
General utilities libraryhttp://en.cppreference.com/cpp/utility
Containers libraryhttp://en.cppreference.com/cpp/container
Iterators libraryhttp://en.cppreference.com/cpp/iterator
Ranges libraryhttp://en.cppreference.com/cpp/ranges
Algorithms libraryhttp://en.cppreference.com/cpp/algorithm
Strings libraryhttp://en.cppreference.com/cpp/string
Text processing libraryhttp://en.cppreference.com/cpp/text
Numerics libraryhttp://en.cppreference.com/cpp/numeric
Date and time libraryhttp://en.cppreference.com/cpp/chrono
Input/output libraryhttp://en.cppreference.com/cpp/io
Filesystem libraryhttp://en.cppreference.com/cpp/filesystem
Concurrency support libraryhttp://en.cppreference.com/cpp/thread
Execution control libraryhttp://en.cppreference.com/cpp/execution
Technical specificationshttp://en.cppreference.com/cpp/experimental
Symbols indexhttp://en.cppreference.com/cpp/symbol_index
External librarieshttp://en.cppreference.com/cpp/links/libs
[edit]https://cppreference.com/index.php?title=Template:cpp/navbar_content&action=edit
Utilities libraryhttp://en.cppreference.com/cpp/utility
Language supporthttp://en.cppreference.com/cpp/utility#Language_support
Type supporthttp://en.cppreference.com/cpp/types
Library feature-test macroshttp://en.cppreference.com/cpp/utility/feature_test
Program utilitieshttp://en.cppreference.com/cpp/utility/program
Variadic functionshttp://en.cppreference.com/cpp/utility/variadic
initializer_listhttp://en.cppreference.com/cpp/utility/initializer_list
is_constant_evaluatedhttp://en.cppreference.com/cpp/types/is_constant_evaluated
is_within_lifetimehttp://en.cppreference.com/cpp/types/is_within_lifetime
source_locationhttp://en.cppreference.com/cpp/utility/source_location
Coroutine supporthttp://en.cppreference.com/cpp/coroutine
Contract supporthttp://en.cppreference.com/cpp/contract
Three-way comparisonhttp://en.cppreference.com/cpp/utility#Three-way_comparison
three_way_comparablethree_way_comparable_withhttp://en.cppreference.com/cpp/utility/compare/three_way_comparable
strong_orderinghttp://en.cppreference.com/cpp/utility/compare/strong_ordering
weak_orderinghttp://en.cppreference.com/cpp/utility/compare/weak_ordering
partial_orderinghttp://en.cppreference.com/cpp/utility/compare/partial_ordering
common_comparison_categoryhttp://en.cppreference.com/cpp/utility/compare/common_comparison_category
compare_three_way_resulthttp://en.cppreference.com/cpp/utility/compare/compare_three_way_result
compare_three_wayhttp://en.cppreference.com/cpp/utility/compare/compare_three_way
strong_orderhttp://en.cppreference.com/cpp/utility/compare/strong_order
weak_orderhttp://en.cppreference.com/cpp/utility/compare/weak_order
partial_orderhttp://en.cppreference.com/cpp/utility/compare/partial_order
compare_strong_order_fallbackhttp://en.cppreference.com/cpp/utility/compare/compare_strong_order_fallback
compare_weak_order_fallbackhttp://en.cppreference.com/cpp/utility/compare/compare_weak_order_fallback
compare_partial_order_fallbackhttp://en.cppreference.com/cpp/utility/compare/compare_partial_order_fallback
type_orderhttp://en.cppreference.com/cpp/utility/compare/type_order
is_eqis_ltis_lteqhttp://en.cppreference.com/cpp/utility/compare/named_comparison_functions
is_neqis_gtis_gteqhttp://en.cppreference.com/cpp/utility/compare/named_comparison_functions
Function objectshttp://en.cppreference.com/cpp/utility/functional
Bit manipulationhttp://en.cppreference.com/cpp/utility/bit
bitsethttp://en.cppreference.com/cpp/utility/bitset
hashhttp://en.cppreference.com/cpp/utility/hash
Relational operatorshttp://en.cppreference.com/cpp/utility#Relational_operators
rel_ops::operator!=rel_ops::operator>http://en.cppreference.com/cpp/utility/rel_ops/operator_cmp
rel_ops::operator<=rel_ops::operator>=http://en.cppreference.com/cpp/utility/rel_ops/operator_cmp
Integer comparison functionshttp://en.cppreference.com/cpp/utility#Integer_comparison_functions
cmp_equalcmp_lesscmp_less_thanhttp://en.cppreference.com/cpp/utility/intcmp
cmp_not_equalcmp_greatercmp_greater_thanhttp://en.cppreference.com/cpp/utility/intcmp
in_rangehttp://en.cppreference.com/cpp/utility/in_range
Swaphttp://en.cppreference.com/cpp/utility#Swap
type operationshttp://en.cppreference.com/cpp/utility#Type_operations
swaphttp://en.cppreference.com/cpp/algorithm/swap
ranges::swaphttp://en.cppreference.com/cpp/utility/ranges/swap
exchangehttp://en.cppreference.com/cpp/utility/exchange
declvalhttp://en.cppreference.com/cpp/utility/declval
to_underlyinghttp://en.cppreference.com/cpp/utility/to_underlying
forwardhttp://en.cppreference.com/cpp/utility/forward
forward_likehttp://en.cppreference.com/cpp/utility/forward_like
movehttp://en.cppreference.com/cpp/utility/move
move_if_noexcepthttp://en.cppreference.com/cpp/utility/move_if_noexcept
as_consthttp://en.cppreference.com/cpp/utility/as_const
pairhttp://en.cppreference.com/cpp/utility/pair
tuplehttp://en.cppreference.com/cpp/utility/tuple
optionalhttp://en.cppreference.com/cpp/utility/optional
anyhttp://en.cppreference.com/cpp/utility/any
varianthttp://en.cppreference.com/cpp/utility/variant
tuple_sizehttp://en.cppreference.com/cpp/utility/tuple_size
tuple_elementhttp://en.cppreference.com/cpp/utility/tuple_element
applyhttp://en.cppreference.com/cpp/utility/apply
make_from_tuplehttp://en.cppreference.com/cpp/utility/make_from_tuple
expectedhttp://en.cppreference.com/cpp/utility/expected
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/navbar_content&action=edit
Memory management libraryhttp://en.cppreference.com/cpp/memory
Allocatorshttp://en.cppreference.com/cpp/memory#Allocators
allocatorhttp://en.cppreference.com/cpp/memory/allocator
allocator_traitshttp://en.cppreference.com/cpp/memory/allocator_traits
allocation_resulthttp://en.cppreference.com/cpp/memory/allocation_result
scoped_allocator_adaptorhttp://en.cppreference.com/cpp/memory/scoped_allocator_adaptor
allocator_arghttp://en.cppreference.com/cpp/memory/allocator_arg
uses_allocatorhttp://en.cppreference.com/cpp/memory/uses_allocator
uses_allocator_construction_argshttp://en.cppreference.com/cpp/memory/uses_allocator_construction_args
make_obj_using_allocatorhttp://en.cppreference.com/cpp/memory/make_obj_using_allocator
pmr::polymorphic_allocatorhttp://en.cppreference.com/cpp/memory/polymorphic_allocator
uninitialized_construct_using_allocatorhttp://en.cppreference.com/cpp/memory/uninitialized_construct_using_allocator
Memory resourceshttp://en.cppreference.com/cpp/memory#Memory_resources
pmr::memory_resourcehttp://en.cppreference.com/cpp/memory/memory_resource
pmr::get_default_resourcehttp://en.cppreference.com/cpp/memory/get_default_resource
pmr::set_default_resourcehttp://en.cppreference.com/cpp/memory/set_default_resource
pmr::new_delete_resourcehttp://en.cppreference.com/cpp/memory/new_delete_resource
pmr::pool_optionshttp://en.cppreference.com/cpp/memory/pool_options
pmr::null_memory_resourcehttp://en.cppreference.com/cpp/memory/null_memory_resource
pmr::synchronized_pool_resourcehttp://en.cppreference.com/cpp/memory/synchronized_pool_resource
pmr::unsynchronized_pool_resourcehttp://en.cppreference.com/cpp/memory/unsynchronized_pool_resource
pmr::monotonic_buffer_resourcehttp://en.cppreference.com/cpp/memory/monotonic_buffer_resource
Explicit lifetime managementhttp://en.cppreference.com/cpp/memory#Explicit_lifetime_management
start_lifetime_ashttp://en.cppreference.com/cpp/memory/start_lifetime_as
start_lifetime_as_arrayhttp://en.cppreference.com/cpp/memory/start_lifetime_as
Types for composite class designhttp://en.cppreference.com/cpp/memory#Types_for_composite_class_design
indirecthttp://en.cppreference.com/cpp/memory/indirect
polymorphichttp://en.cppreference.com/cpp/memory/polymorphic
Miscellaneoushttp://en.cppreference.com/cpp/memory#Miscellaneous
pointer_traitshttp://en.cppreference.com/cpp/memory/pointer_traits
to_addresshttp://en.cppreference.com/cpp/memory/to_address
addressofhttp://en.cppreference.com/cpp/memory/addressof
alignhttp://en.cppreference.com/cpp/memory/align
assume_alignedhttp://en.cppreference.com/cpp/memory/assume_aligned
is_sufficiently_alignedhttp://en.cppreference.com/cpp/memory/is_sufficiently_aligned
C Libraryhttp://en.cppreference.com/cpp/memory/c
mallochttp://en.cppreference.com/cpp/memory/c/malloc
freehttp://en.cppreference.com/cpp/memory/c/free
callochttp://en.cppreference.com/cpp/memory/c/calloc
reallochttp://en.cppreference.com/cpp/memory/c/realloc
aligned_allochttp://en.cppreference.com/cpp/memory/c/aligned_alloc
free_sizedhttp://en.cppreference.com/index.php?title=cpp/memory/c/free_sized&action=edit&redlink=1
free_aligned_sizedhttp://en.cppreference.com/index.php?title=cpp/memory/c/free_aligned_sized&action=edit&redlink=1
memalignmenthttp://en.cppreference.com/index.php?title=cpp/memory/c/memalignment&action=edit&redlink=1
Uninitialized storagehttp://en.cppreference.com/cpp/memory#Uninitialized_storage
raw_storage_iteratorhttp://en.cppreference.com/cpp/memory/raw_storage_iterator
get_temporary_bufferhttp://en.cppreference.com/cpp/memory/get_temporary_buffer
return_temporary_bufferhttp://en.cppreference.com/cpp/memory/return_temporary_buffer
Garbage collector supporthttp://en.cppreference.com/cpp/memory#Garbage_collector_support
declare_reachablehttp://en.cppreference.com/cpp/memory/gc/declare_reachable
declare_no_pointershttp://en.cppreference.com/cpp/memory/gc/declare_no_pointers
pointer_safetyhttp://en.cppreference.com/cpp/memory/gc/pointer_safety
undeclare_reachablehttp://en.cppreference.com/cpp/memory/gc/undeclare_reachable
undeclare_no_pointershttp://en.cppreference.com/cpp/memory/gc/undeclare_no_pointers
get_pointer_safetyhttp://en.cppreference.com/cpp/memory/gc/get_pointer_safety
Specialized algorithmshttp://en.cppreference.com/cpp/algorithm/memory
Low level memorymanagementhttp://en.cppreference.com/cpp/memory/new#Low_level_memory_management
operator newoperator new[]http://en.cppreference.com/cpp/memory/new/operator_new
operator deleteoperator delete[]http://en.cppreference.com/cpp/memory/new/operator_delete
nothrowhttp://en.cppreference.com/cpp/memory/new/nothrow
nothrow_thttp://en.cppreference.com/cpp/memory/new/nothrow_t
new_handlerhttp://en.cppreference.com/cpp/memory/new/new_handler
set_new_handlerhttp://en.cppreference.com/cpp/memory/new/set_new_handler
get_new_handlerhttp://en.cppreference.com/cpp/memory/new/get_new_handler
bad_allochttp://en.cppreference.com/cpp/memory/new/bad_alloc
bad_array_new_lengthhttp://en.cppreference.com/cpp/memory/new/bad_array_new_length
align_val_thttp://en.cppreference.com/cpp/memory/new/align_val_t
destroying_delete_thttp://en.cppreference.com/cpp/memory/new/destroying_delete_t
launderhttp://en.cppreference.com/cpp/utility/launder
Smart pointershttp://en.cppreference.com/cpp/memory#Smart_pointers
unique_ptrhttp://en.cppreference.com/cpp/memory/unique_ptr
shared_ptrhttp://en.cppreference.com/cpp/memory/shared_ptr
weak_ptrhttp://en.cppreference.com/cpp/memory/weak_ptr
auto_ptrhttp://en.cppreference.com/cpp/memory/auto_ptr
owner_lesshttp://en.cppreference.com/cpp/memory/owner_less
owner_lesshttp://en.cppreference.com/cpp/memory/owner_less_void
owner_hashhttp://en.cppreference.com/cpp/memory/owner_hash
owner_equalhttp://en.cppreference.com/cpp/memory/owner_equal
enable_shared_from_thishttp://en.cppreference.com/cpp/memory/enable_shared_from_this
bad_weak_ptrhttp://en.cppreference.com/cpp/memory/bad_weak_ptr
default_deletehttp://en.cppreference.com/cpp/memory/default_delete
out_ptr_thttp://en.cppreference.com/cpp/memory/out_ptr_t
inout_ptr_thttp://en.cppreference.com/cpp/memory/inout_ptr_t
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/navbar_content&action=edit
Functionshttp://en.cppreference.com/cpp/memory/new#Functions
operator newoperator new[]http://en.cppreference.com/cpp/memory/new/operator_new
operator deleteoperator delete[]http://en.cppreference.com/cpp/memory/new/operator_delete
get_new_handlerhttp://en.cppreference.com/cpp/memory/new/get_new_handler
set_new_handlerhttp://en.cppreference.com/cpp/memory/new/set_new_handler
Classeshttp://en.cppreference.com/cpp/memory/new#Classes
bad_allochttp://en.cppreference.com/cpp/memory/new/bad_alloc
bad_array_new_lengthhttp://en.cppreference.com/cpp/memory/new/bad_array_new_length
align_val_thttp://en.cppreference.com/cpp/memory/new/align_val_t
Typeshttp://en.cppreference.com/cpp/memory/new#Types
new_handlerhttp://en.cppreference.com/cpp/memory/new/new_handler
Objectshttp://en.cppreference.com/cpp/memory/new#Objects
nothrowhttp://en.cppreference.com/cpp/memory/new/nothrow
destroying_deletehttp://en.cppreference.com/cpp/memory/new/destroying_delete
Object accesshttp://en.cppreference.com/cpp/memory/new#Object_access
launderhttp://en.cppreference.com/cpp/utility/launder
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/navbar_content&action=edit
new-expressionhttp://en.cppreference.com/cpp/language/new
delete-expressionhttp://en.cppreference.com/cpp/language/delete
http://en.cppreference.com/cpp/header/new
http://en.cppreference.com/cpp/header/new
1 Functionshttp://en.cppreference.com/cpp/memory/new#Functions
2 Classeshttp://en.cppreference.com/cpp/memory/new#Classes
3 Typeshttp://en.cppreference.com/cpp/memory/new#Types
4 Objectshttp://en.cppreference.com/cpp/memory/new#Objects
5 Object accesshttp://en.cppreference.com/cpp/memory/new#Object_access
operator newoperator new[]http://en.cppreference.com/cpp/memory/new/operator_new
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_operator_new&action=edit
operator deleteoperator delete[]http://en.cppreference.com/cpp/memory/new/operator_delete
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_operator_delete&action=edit
get_new_handlerhttp://en.cppreference.com/cpp/memory/new/get_new_handler
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_get_new_handler&action=edit
set_new_handlerhttp://en.cppreference.com/cpp/memory/new/set_new_handler
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_set_new_handler&action=edit
bad_allochttp://en.cppreference.com/cpp/memory/new/bad_alloc
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_bad_alloc&action=edit
bad_array_new_lengthhttp://en.cppreference.com/cpp/memory/new/bad_array_new_length
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_bad_array_new_length&action=edit
align_val_thttp://en.cppreference.com/cpp/memory/new/align_val_t
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_align_val_t&action=edit
new_handlerhttp://en.cppreference.com/cpp/memory/new/new_handler
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_new_handler&action=edit
nothrownothrow_thttp://en.cppreference.com/cpp/memory/new/nothrow
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_nothrow&action=edit
destroying_deletedestroying_delete_thttp://en.cppreference.com/cpp/memory/new/destroying_delete
[edit]https://cppreference.com/index.php?title=Template:cpp/memory/new/dsc_destroying_delete&action=edit
launderhttp://en.cppreference.com/cpp/utility/launder
[edit]https://cppreference.com/index.php?title=Template:cpp/utility/dsc_launder&action=edit
Support ushttp://www.cppreference.com/support
Recent changeshttp://en.cppreference.com/Special:RecentChanges
FAQhttp://en.cppreference.com/Cppreference:FAQ
Offline versionhttp://en.cppreference.com/Cppreference:Archives
http://en.cppreference.com/cpp/memory/new
What links herehttp://en.cppreference.com/Special:WhatLinksHere/cpp/memory/new
Related changeshttp://en.cppreference.com/Special:RecentChangesLinked/cpp/memory/new
Upload filehttp://upload.cppreference.com/w/Special:Upload
Special pageshttp://en.cppreference.com/Special:SpecialPages
Printable versionjavascript:print();
Permanent linkhttp://en.cppreference.com/index.php?title=cpp/memory/new&oldid=166034
Page informationhttp://en.cppreference.com/index.php?title=cpp/memory/new&action=info
Deutschhttps://de.cppreference.com/cpp/memory/new
Españolhttp://es.cppreference.com/cpp/memory/new
Françaishttp://fr.cppreference.com/cpp/memory/new
Italianohttp://it.cppreference.com/cpp/memory/new
日本語http://ja.cppreference.com/cpp/memory/new
Portuguêshttp://pt.cppreference.com/cpp/memory/new
Русскийhttp://ru.cppreference.com/cpp/memory/new
中文http://zh.cppreference.com/cpp/memory/new

Viewport: width=1120

Robots: max-image-preview:standard


URLs of crawlers that visited me.