issues
search
mfunyu
/
malloc
Find out the workings behind optimum memory management and recode it, as well as free and realloc.
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Finalize refactor
#63
mfunyu
closed
10 months ago
0
Fix review
#62
mfunyu
closed
10 months ago
0
[segfault] fish
#61
mfunyu
opened
10 months ago
3
[error] some addresses not recognized
#60
mfunyu
closed
10 months ago
4
[error] realloc on size change is no longer recognized
#59
mfunyu
closed
10 months ago
0
[error] some addresses are considered as not allocated
#58
mfunyu
closed
10 months ago
1
[crush] unexpected index size
#57
mfunyu
closed
10 months ago
2
[crush] unterminated free
#56
mfunyu
closed
10 months ago
3
[crush] accessing invalid index
#55
mfunyu
closed
10 months ago
0
[error] magazine->top = 0x0, Error: pointer being freed was not allocated
#54
mfunyu
closed
10 months ago
0
[crush] on gcc
#53
mfunyu
closed
10 months ago
1
[crush] cruch on print_heap
#52
mfunyu
closed
10 months ago
2
[bug] is_alloced check failed
#51
mfunyu
closed
10 months ago
0
Add debug
#50
mfunyu
closed
10 months ago
0
[crush] with unmalloced call to free
#49
mfunyu
closed
10 months ago
0
[crush] with malloc call
#48
mfunyu
closed
10 months ago
0
[bug] google test crush
#47
mfunyu
closed
10 months ago
0
Finalize tests
#46
mfunyu
closed
10 months ago
0
Update tests
#45
mfunyu
closed
10 months ago
0
Adjust mac
#44
mfunyu
closed
10 months ago
0
Tests
#43
mfunyu
closed
11 months ago
0
[fix] large allocation conncetion
#42
mfunyu
closed
11 months ago
3
[impl] `show_alloc_mem` check overflow
#41
mfunyu
closed
1 year ago
1
[bug] SMALL block un-freed when exceed MAX size by alignment
#40
mfunyu
closed
11 months ago
0
Small adjustments
#39
mfunyu
closed
1 year ago
1
[fix] realloc over different size zone
#38
mfunyu
closed
1 year ago
0
[bug] freelist block placed in a wrong size
#37
mfunyu
closed
1 year ago
1
[fix] alignment of footer
#36
mfunyu
closed
1 year ago
0
[impl] freelist bitmap
#35
mfunyu
opened
1 year ago
0
[impl] use next freelist when no match found
#34
mfunyu
opened
1 year ago
0
[impl] last free cache
#33
mfunyu
opened
1 year ago
0
[impl] alignment validation
#32
mfunyu
closed
1 year ago
0
[fix] alignment 0xaaa0
#31
mfunyu
closed
1 year ago
0
[Update] O(N) free from scratch
#30
mfunyu
closed
1 year ago
0
[update] Bonus
#29
mfunyu
closed
1 year ago
0
[bug] inf loop in freelist
#28
mfunyu
closed
1 year ago
0
[bug] inf loop on many mallocs
#27
mfunyu
closed
1 year ago
0
[segfault] top value pointing at wrong place resulting in crash
#26
mfunyu
closed
1 year ago
0
[segfault] heap infinit loop with wrong chunk size
#25
mfunyu
closed
1 year ago
0
[segfault] bug negative chunk size crash
#24
mfunyu
closed
1 year ago
0
[change] use top for unused block
#23
mfunyu
closed
1 year ago
0
[add] heap extention, benchmark test
#22
mfunyu
closed
1 year ago
0
[impl] heap extention
#21
mfunyu
closed
1 year ago
0
[fix] O(n) in free
#20
mfunyu
closed
1 year ago
0
Restart
#19
mfunyu
closed
1 year ago
0
[impl] freechunk sort
#18
mfunyu
closed
1 year ago
1
Fix malloc
#17
mfunyu
closed
1 year ago
0
[segfault] realloc extending
#16
mfunyu
closed
1 year ago
0
add: extend_chunk only for tiny
#15
mfunyu
closed
1 year ago
0
[segfault] wrong chunk size on size 16
#14
mfunyu
closed
1 year ago
0
Next