issues
search
foonathan
/
memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
https://memory.foonathan.net
zlib License
1.5k
stars
195
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: fix typo in `default_allocator`
#187
MambaWong
opened
9 hours ago
0
Do not use undefined preprocessor macros.
#186
mcourteaux
opened
1 month ago
0
Close angle bracket
#185
MarisaKirisame
opened
3 months ago
0
Fix error: unused variable 'result'
#184
felixf4xu
opened
5 months ago
0
compiler error ( from warning) when compiled with FOONATHAN_MEMORY_DEBUG_ASSERT and FOONATHAN_MEMORY_ASSERT not defined
#183
felixf4xu
opened
5 months ago
1
a new release/tag ?
#182
felixf4xu
opened
5 months ago
0
Page (4KiB) alignment for memory pool
#181
cohdan
opened
6 months ago
0
Calling pure virtual function.
#180
mcourteaux
closed
8 months ago
1
Wrap a memory_pool in a thread_safe_allocator?
#179
mcourteaux
opened
8 months ago
1
memory pool allocate
#177
NeilZhy
closed
10 months ago
0
Test fails on Android arm64-v8a
#176
hutorny
opened
10 months ago
0
Fix virtual_block_allocator::deallocate_block
#175
jeremimucha
closed
10 months ago
1
Expose memory_pool's underlying arena 'owns' method to users of memory_pool itself
#174
cohdan
closed
10 months ago
1
memory_pool_collection fails to allocate memory
#173
cohdan
closed
10 months ago
4
ARM64 crash when using static block allocator with small types
#171
kevin--
opened
1 year ago
2
Unable to determine node size of C++ container
#169
razr
opened
1 year ago
4
Can a vector use a memory pool with a small_node_pool ?
#168
chrisics
closed
1 year ago
0
MinGW build fails due to "#warning"
#167
burnpanck
closed
1 year ago
1
Remove duplicated names in contributor list in README
#166
zchrissirhcz
closed
1 year ago
1
Update CMakeLists.txt fix include path
#165
jiayuehua
closed
1 year ago
5
remove static linking for cross compilation
#164
nicosmd
closed
1 year ago
1
Build issues on MacOS while building tools with static flag
#162
nicosmd
closed
1 year ago
3
Add support for QNX 7.1 build
#161
chachoi
closed
1 year ago
1
Thread safety
#159
marcovc
closed
1 year ago
0
Inccorectly open PR
#156
andreinicolaegherghescu-tomtom
closed
1 year ago
1
give allocator_polymorphic_deleter a default constructor
#155
demihamster
closed
1 year ago
1
problem with std::is_abstract for unique_ptr with allocator inside struct definition
#153
demihamster
closed
1 year ago
1
Time for a new release?
#152
MiguelCompany
closed
1 year ago
1
memory_block_stack::owns() seems wrong?
#151
jwdevel
closed
1 year ago
1
[docs/examples] associative containers
#150
oberrich
closed
1 year ago
4
Fix typo in documentation of `array_pool`
#149
oberrich
closed
1 year ago
1
`memory_pool_collection` carves too little memory from block if there are many buckets
#148
psalz
closed
1 year ago
4
Increase cmake_minimum_required to 3.14
#147
richiware
closed
1 year ago
1
WIP: Bugfix: fix issue 145 compile on VS 2022
#146
burnpanck
closed
1 year ago
2
Library triggers bug in MSVC++ v19 (VS 2022) under modern C++ standards, preventing compilation
#145
burnpanck
closed
1 year ago
2
Strange exception from unordered_set with memory_stack, on MSVC
#144
jwdevel
closed
2 years ago
9
Making `container node sizes` optional?
#143
weefuzzy
closed
2 years ago
3
Compile error when set FOONATHAN_MEMORY_TEMPORARY_STACK_MODE to 1
#142
lumieru
closed
2 years ago
1
Wrapping Stateful to Stateless allocators
#141
kevin--
closed
2 years ago
2
cross-compiling for qnx 32 bit
#140
briansoe66
closed
1 year ago
2
Address issue #138
#139
matt-cross
closed
2 years ago
1
mac build failure - Unable to determine alignment of C++ type long long - no error text
#138
ramcharan-palnati
closed
2 years ago
3
Add vcpkg installation instructions
#137
JonLiu1993
closed
2 years ago
1
Is container_node_sizes_impl.hpp platform related?
#136
changyp6
closed
1 year ago
6
Build error because of doctest
#135
kistlin
closed
2 years ago
5
How to use memory::unordered_map
#134
nick-thompson
closed
2 years ago
12
CMake err for determine type long long ??
#133
cuke-amuse
closed
2 years ago
1
Fix build with BUILD_SHARED_LIBS=ON
#132
MiguelCompany
closed
2 years ago
3
Building tests on Windows fails with `BUILD_SHARED_LIBS=ON`
#131
MiguelCompany
closed
2 years ago
3
Why beating around a bush?
#130
DBJDBJ
closed
2 years ago
1
Next