Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in allocator
Efficient Array Reallocation in C++
Oct 16, 2022
c++
memory-management
allocator
Can an unordered_set use a different allocator for the nodes and the bucket list?
Aug 31, 2022
c++
c++17
allocator
unordered-set
c++pmr
Is Stephen Lavavej's Mallocator the same in C++11?
Nov 16, 2020
c++
c++11
containers
c++-standard-library
allocator
why does allocator in c++ need a copy constructor?
Nov 20, 2022
c++
stl
allocator
standard containers as local variables in multi-threaded application
Sep 26, 2022
c++
multithreading
string
vector
allocator
Why does allocator in c++ provide specialization for type void
Oct 26, 2022
c++
stl
allocator
Why allow `propagate_on_container_swap == false` in Allocators, when it might cause undefined behaviour?
Feb 09, 2022
c++
c++11
language-lawyer
allocator
Does C++11 require allocators to be default constructible, libstdc++ and libc++ disagree?
May 15, 2017
c++
c++11
language-lawyer
libstdc++
allocator
Uses for the capacity value of a string
Sep 05, 2022
c++
string
allocator
capacity
Custom allocators as alternatives to vector of smart pointers?
Sep 15, 2022
c++
c++11
shared-ptr
unique-ptr
allocator
C++ allocator and memory pool ownership
Nov 11, 2022
c++
c++11
memory-management
allocator
STL Container: Constructor's Allocator parameter and scoped allocators
Nov 19, 2018
c++
stl
c++11
containers
allocator
Deprecation of std::allocator<void>
Aug 31, 2022
c++
memory-management
c++17
c++-standard-library
allocator
Why allocate_at_least() in C++23?
Aug 23, 2022
c++
performance
standards
allocator
c++23
Should allocator construct() default initialize instead of value initializing?
Sep 30, 2020
c++
c++11
vector
language-lawyer
allocator
why does std::allocator::deallocate require a size?
Feb 25, 2022
c++
memory-management
stl
delete-operator
allocator
c++ Vector, what happens whenever it expands/reallocate on stack?
Mar 22, 2022
c++
vector
stack
allocator
taking over memory from std::vector
Sep 14, 2022
c++
c++11
stdvector
allocator
How to use allocators in modern C++
Nov 19, 2022
c++
c++11
typetraits
c++17
allocator
Rebinding in a custom STL allocator with pre-allocated block
Apr 19, 2019
c++
memory-management
stl
c++11
allocator
« Newer Entries
Older Entries »