issues
search
m4drat
/
memplusplus
C++ memory allocator with smart GC
54
stars
4
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Add pull request tempalte. Add Issue template.
#40
m4drat
closed
4 years ago
0
iterator for ChunkTreap
#39
m4drat
opened
4 years ago
1
We dont need to delete objects from vector, if they are not there: sharedgcptr-imp.hpp:62,96,120
#38
m4drat
closed
4 years ago
0
General layouting algorithm
#37
m4drat
opened
4 years ago
0
Add more security features, e.g. chunk header xor-ing, better randomization, double-free checks, buffer overflow prevention, ...
#36
m4drat
opened
4 years ago
0
Complete documentation.
#35
m4drat
closed
4 years ago
0
Transfer some parts from manual memory managment (new and delete) to automatic (smart pointers).
#33
m4drat
closed
1 year ago
0
Transfer arena.begin and arena.end from void* to byte*
#32
m4drat
closed
2 years ago
0
Customisable heuristics. (e.g. user can write they own heuristics logic)
#31
m4drat
opened
4 years ago
0
Allow to use garbage collector only on the part of the heap.
#30
m4drat
closed
3 years ago
1
Performance comparisons (mimalloc, malloc, jemalloc) + cpu/memory Profiling
#29
m4drat
closed
2 years ago
1
Add debug configuration, in which you have guard pages, and much more security-related checks (uaf, double-free, ...)
#28
m4drat
opened
4 years ago
0
Build for windows + AppVeyor
#27
m4drat
opened
4 years ago
1
Completely migrate to clang. Use sanitizers + valgrind. Add fuzz testing using LLVMFuzzerTestOneInput + KLEE test cases generation.
#26
m4drat
closed
4 years ago
0
Better tests coverage + actually measure tests code coverage.
#25
m4drat
closed
4 years ago
0
UniquePtr class
#24
m4drat
opened
4 years ago
0
Add Reallocate method
#23
m4drat
closed
2 years ago
1
Add readme for release state + instructions how to use this library + Update cmake
#22
m4drat
closed
4 years ago
0
Multithreading!
#21
m4drat
opened
4 years ago
0
Better visualization of important data structures.
#20
m4drat
closed
4 years ago
0
Fill issues and milestones.
#19
m4drat
closed
4 years ago
0
Add travis-CI + CTest.
#18
m4drat
closed
4 years ago
0
sharedgcptr-imp.cpp rename to sharedgcptr-imp.hpp
#17
lithium1337mwfgtkam
closed
4 years ago
0
class Heuristics
#15
m4drat
closed
4 years ago
0
class GarbageCollector
#14
m4drat
closed
4 years ago
0
class Graph
#13
m4drat
closed
4 years ago
0
Tests for ChunkTreap
#12
m4drat
closed
4 years ago
0
SharedGcPtr class
#11
m4drat
closed
4 years ago
0
struct Arena, struct Chunk
#10
lithium1337mwfgtkam
closed
4 years ago
0
class MemoryAllocator
#9
lithium1337mwfgtkam
closed
4 years ago
0
class MemoryManager
#8
lithium1337mwfgtkam
closed
4 years ago
0
Previous