0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
add: status memo More... over 11 years ago
fix: overhead calculation in arena benchmark More... about 14 years ago
add: lower memory usage in benchmark More... about 14 years ago
doc: ptr security described More... about 14 years ago
add: pointer checking before dealloc More... about 14 years ago
add: use STL allocators to reserve memory More... about 14 years ago
doc: fix some typos More... about 14 years ago
doc: todo pointer security More... about 14 years ago
doc: alignment More... about 14 years ago
add: simpler and more space efficient per-type per-alloc alignment More... about 14 years ago
doc: heap fragmentation is not an issue on 64bit More... about 14 years ago
add: new benchmark results More... about 14 years ago
add: remove the queue design More... about 14 years ago
add: clean output of arena_benchmark More... about 14 years ago
add: multithreaded benchmarks, removed arena construction time from obstack More... about 14 years ago
doc: benchmark output formatting More... about 14 years ago
add: arena_benchmark More... about 14 years ago
doc: add some literature and links More... about 14 years ago
add: change implementation of max_align_t from sizeof to alignment_of More... about 14 years ago
add: rename obstack to arena, implement a platform agnostic max_align_t More... about 14 years ago
add: remove some vars from obstack to save memory More... about 14 years ago
add: use ptr encryption in memory_guard More... about 14 years ago
fix: working argument checks More... about 14 years ago
add: allow using arbitrary memory for obstack More... about 14 years ago
add: use a memory_guard object for safe memory deallocation More... about 14 years ago
doc: improve documentation More... about 14 years ago
add: make general purpose alignment detection more reliable More... about 14 years ago
add: overhead can only be calculated with type knowledge More... about 14 years ago
add: general purpose alignment implemented More... about 14 years ago
add: remove defunct array padding, alignment needs a broader concept More... about 14 years ago