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
Custom STL Allocator with a custom constructor
Oct 30, 2025
c++
stl
allocator
what is the correct way to test if a type is an allocator?
Oct 31, 2025
c++
c++14
type-traits
allocator
Why doesn't a container (e.g.) vector pass allocator to allocator-aware element-type?
Oct 27, 2025
c++
c++17
allocator
What type is used by std::allocate_shared to allocate memory?
Oct 26, 2025
c++
c++11
shared-ptr
dynamic-memory-allocation
allocator
Is a revision of the std::allocator interface planned for future C++ versions?
Oct 24, 2025
c++
c++20
allocator
c++-concepts
c++23
Given that allocators are copied by value how is allocator state shared?
Oct 23, 2025
c++
containers
c++20
allocator
Using a custom Lua allocator to count memory usage, but its result is different from collectgarbage('count')
Oct 21, 2025
memory
garbage-collection
lua
allocator
Should pmr containers with different allocators compare equal?
Oct 20, 2025
c++
comparison-operators
allocator
c++pmr
What's the equivalent of new and delete using allocators?
Oct 18, 2025
c++
allocator
Allocating a generic struct in Zig lang
Sep 18, 2025
allocator
zig
How the synchronized_pool_resource actually works?
Sep 18, 2025
c++
c++17
allocator
c++pmr
Custom (pool) allocator with boost shared_ptr
Sep 12, 2025
c++
boost
shared-ptr
allocator
Why can std::list have an allocator of type T?
Sep 07, 2025
c++
templates
linked-list
allocator
Why rebind<U>::other are deprecated in C++17 and removed in C++20?
Sep 07, 2025
c++
c++17
c++20
allocator
Should new C++ code use memory resources instead of allocators?
Sep 05, 2025
c++
memory-management
c++17
allocator
std::list with a custom allocator crashes when removing items
Sep 03, 2025
c++
stl
allocator
Is std::vector<int, std::allocator<char> > valid?
Mar 17, 2023
c++
gcc
vector
allocator
std::allocator_traits defaults with allocator that has more than one template parameter
Mar 15, 2023
c++
templates
c++11
c++14
allocator
Adding an allocator to a C++ class template for shared memory object creation
Mar 02, 2023
c++
shared-memory
allocator
Older Entries »