- Feb 07, 2021
-
-
Marcus Comstedt authored
-
- Sep 09, 2015
-
-
Arne Goedeke authored
This could possibly happen after syntax errors when freeing the compiler data.
-
- May 16, 2015
-
-
Fixes an infinity loop due to overflow. Also changed the round_up*() functions to return 0 on overflow and made 1 the next power of two after 0.
-
- Dec 07, 2014
-
-
Bill Welliver authored
-
- Nov 13, 2014
-
-
Arne Goedeke authored
C11 defines aligned_alloc. This can lead to all kinds of confusion, so lets rename our internal function.
-
- Oct 04, 2014
-
-
Arne Goedeke authored
When sorting the free list during ba_walk(), the Valgrind macros were used in the wrong order. This led to spurious Valgrind warnings.
-
- Oct 03, 2014
-
-
Jonas Walldn authored
-
- Sep 05, 2014
-
-
Arne Goedeke authored
In certain cases the block allocator kept around free pages. This happened with markers used by the gc.
-
Arne Goedeke authored
-
- Aug 23, 2014
-
-
Arne Goedeke authored
Blocks in the free list are now marked as free while the callback is running. This helps detecting invalid accesses. Also fixed a bug in the free list sort.
-
- Aug 22, 2014
-
-
Arne Goedeke authored
The family of round_up* functions rounds up to the next power of two. This made most block allocators initial areas twice as big as intended.
-
- Jul 02, 2014
-
-
Arne Goedeke authored
-
- Apr 27, 2014
-
-
Martin Nilsson authored
-
- Apr 15, 2014
-
-
Arne Goedeke authored
-
- Mar 15, 2014
-
-
Martin Nilsson authored
-
- Feb 11, 2014
-
-
Arne Goedeke authored
-
- Nov 12, 2013
-
-
Arne Goedeke authored
-
- Oct 31, 2013
-
-
Arne Goedeke authored
-
- Oct 28, 2013
-
-
Arne Goedeke authored
-
- Oct 10, 2013
-
-
Arne Goedeke authored
-
- Oct 09, 2013
-
-
Arne Goedeke authored
-
Arne Goedeke authored
-
Arne Goedeke authored
-
- Sep 16, 2013
-
-
Per Hedbor authored
The memory_info() function had a tendency to return values like 0 objects, total 120Kb
-
- Aug 02, 2013
-
-
Arne Goedeke authored
-
- Aug 01, 2013
-
-
Arne Goedeke authored
-
- Jul 01, 2013
-
-
Arne Goedeke authored
-
- Jun 16, 2013
-
-
Arne Goedeke authored
-
Arne Goedeke authored
-
- Jun 13, 2013
-
-
Arne Goedeke authored
-
- Jun 12, 2013
-
-
Arne Goedeke authored
allocating many blocks and deallocation happens non linearly.
-