Douglas B. Rumbaugh
Blog
Publications
Conferences
Vitae
Links
Git
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Defined allocator behavior for 0 byte requests
Douglas B. Rumbaugh
3 days
3
-1
/
+11
*
Ran clangtidy
Douglas B. Rumbaugh
3 days
7
-72
/
+63
*
Added splitting and some basic testing for it
Douglas B. Rumbaugh
3 days
3
-1
/
+47
*
tests: added test to validate the emptying of the free list
Douglas B. Rumbaugh
3 days
1
-0
/
+18
*
Cleaned up code for adding to the free list
Douglas B. Rumbaugh
3 days
1
-17
/
+11
*
liballoc_tests: Added coalesce testing for free list
Douglas B. Rumbaugh
3 days
1
-0
/
+53
*
Added tests of the integrity of the headers to alloction testing
Douglas B. Rumbaugh
3 days
1
-9
/
+31
*
free_list: partial split implementation
Douglas B. Rumbaugh
3 days
2
-3
/
+19
*
Added free list reuse test
Douglas B. Rumbaugh
3 days
1
-1
/
+16
*
free_list.c: Free list size bugfix
Douglas B. Rumbaugh
3 days
1
-1
/
+1
*
Added an interface to access free list and updated tests to use it
Douglas B. Rumbaugh
3 days
3
-2
/
+17
*
alloc.c: releasing NULL now works
Douglas B. Rumbaugh
3 days
1
-0
/
+4
*
Initial implementation of free list functions
Douglas B. Rumbaugh
3 days
1
-5
/
+42
*
Updated free list interface
Douglas B. Rumbaugh
3 days
3
-11
/
+39
*
Added debug flags to Makefile
Douglas B. Rumbaugh
3 days
1
-3
/
+5
*
Removed debug print statement
Douglas B. Rumbaugh
3 days
1
-2
/
+0
*
Intial commit: No free list management yet
Douglas B. Rumbaugh
3 days
10
-0
/
+390