• Joined on 2024-04-07
rhjr pushed to development at research/eightysix 2024-11-26 20:27:47 +00:00
2488680376 Added: arena allocator for memory allocations
rhjr pushed to development at research/eightysix 2024-11-25 20:45:06 +00:00
d8c55982a7 Added: codebase constructs, types and keywords
rhjr pushed to development at research/eightysix 2024-11-25 19:28:03 +00:00
fc6a5eaac6 Added: Molly rocket reference material in data/.
ef1a11b4d1 Added: copyright notice for used Molly Rocket material.
Compare 2 commits »
rhjr pushed to development at research/eightysix 2024-11-25 18:50:09 +00:00
2445eb3d3f Added: 8086 Family User's Manual in docs/ as a reference.
rhjr pushed to development at research/eightysix 2024-11-25 18:43:32 +00:00
ffa04f05c5 Added: build.bat, start.bat and program entry point.
rhjr created branch development in research/eightysix 2024-11-25 18:00:59 +00:00
rhjr pushed to development at research/eightysix 2024-11-25 18:00:59 +00:00
df79a585c0 Added: README with copyright notice.
rhjr created repository research/eightysix 2024-11-25 17:52:04 +00:00
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 13:31:45 +00:00
deebd0eaa8 Added: Gazoo-specific ID
3f555be7b5 Added: Blake2 hashing library
Compare 2 commits »
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 10:58:54 +00:00
c0a1682042 Fixed: Arena allocator not using arena->current
rhjr created branch impl/gazoo-testing in scratchings/hash-table 2024-06-04 09:28:29 +00:00
rhjr pushed to impl/gazoo-testing at scratchings/hash-table 2024-06-04 09:28:29 +00:00
rhjr pushed to main at scratchings/hash-table 2024-06-04 09:27:40 +00:00
f10b74763e Added: implementation for conflict resolution
3866404505 Added: Arena allocator improvements
Compare 2 commits »
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:18:25 +00:00
d08c70ae84 Added: Assertion on allocations larger then page size
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:15:32 +00:00
662254d4a4 Fixed: Arena header not being aligned
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 16:05:31 +00:00
1d00bf01f6 Removed: memory alignment tests
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:24:06 +00:00
4cc6fce555 Added: simple memory alignment mechanism
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:03:17 +00:00
304f9a1d0b Changed: arena.c whitespace to spaces
rhjr pushed to main at scratchings/arena-allocator 2024-04-26 15:01:24 +00:00
2f246bdf59 Added: growable arenas on allocation
rhjr pushed to main at scratchings/arena-allocator 2024-04-25 17:43:30 +00:00
66083b3a95 Added: arena_release implementation