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
Linux Memory Usage in top when using std::vector versus std::list
Mar 14, 2022
c++
linux
memory
heap-memory
allocator
An STL implementation that uses a dynamic/state based allocator?
Nov 21, 2022
c++
stl
allocator
Are STL containers allowed to skip calling allocator::construct and allocator::destroy if the object is trivially constructible/destructible?
Jul 21, 2019
c++
allocator
Will a custom allocator improve performance if many vector<T> s get constructed and destroyed?
Aug 22, 2022
c++
performance
vector
allocator
Allocating zero objects with std::allocator::allocate(0) in C++
May 23, 2022
c++
memory-management
language-lawyer
dynamic-memory-allocation
allocator
Memory allocation of internal types used by the containers
Sep 19, 2018
c++
c++11
std
allocator
Should C++ allocator::allocate throw or return nullptr when allocation fails?
Sep 14, 2022
c++
std
allocator
How is allocator-aware container assignment implemented?
Sep 14, 2022
c++
c++11
memory-management
assign
allocator
suggestions for improving an allocator algorithm implementation
Jul 13, 2022
c++
algorithm
allocator
C++ default allocator - what should happen if the size doesn't equal the size passed to the invocation of allocate?
Apr 20, 2022
c++
std
allocator
Why is there no vector(size_type n, const Allocator& alloc) in C++11?
Nov 30, 2018
c++
vector
c++11
allocator
Why isn't std::string::max_size() == std::string::allocator::max_size()
Jun 25, 2018
c++
stdstring
allocator
Does the default allocator zeroize int?
Jun 08, 2022
c++
stl
allocator
switching to another different custom allocator -> propagate to member fields
Feb 07, 2022
c++
class
memory
c++14
allocator
C++ allocators, specifically passing constructor arguments to objects allocated with boost::interprocess::cached_adaptive_pool
Sep 06, 2021
c++
templates
boost
allocator
boost-interprocess
C++0x allocators
Mar 20, 2021
visual-c++
scope
c++11
allocator
Is libstdc++ support for std::unordered_map incomplete?
Apr 19, 2017
c++
c++11
unordered-map
allocator
libstdc++
How do forward_list,set,list etc call std::allocator?
Apr 20, 2022
c++
stl
allocator
Hinnant's stack allocator with boost rtrees: compilation failure
Sep 20, 2020
c++
c++11
boost
memory-management
allocator
C++: Can't propagate polymorphic_allocator with scoped_allocator_adaptor
Feb 06, 2021
c++
boost
c++17
allocator
c++pmr
« Newer Entries
Older Entries »