• Joined on 2024-04-07
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 created repository scratchings/hash-table-custom-hash-function 2024-05-27 09:36:03 +00:00
rhjr created branch master in scratchings/posix-thread-synchronisation 2024-04-30 18:05:16 +00:00
rhjr pushed to master at scratchings/posix-thread-synchronisation 2024-04-30 18:05:16 +00:00
392c55fd88 Added: Initial project layout
rhjr created repository scratchings/posix-thread-synchronisation 2024-04-30 18:04:22 +00:00
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
rhjr pushed to main at scratchings/arena-allocator 2024-04-25 17:34:55 +00:00
d475a451a3 Added: Win32 libraries
aa2642d46c Changed: Arena structure and API
792ddeb80d Added: Win32 platform layer
Compare 3 commits »
rhjr pushed to main at scratchings/arena-allocator 2024-04-21 09:11:59 +00:00
55632d07eb Added: base.h and arena allocator implementation
rhjr created branch main in scratchings/arena-allocator 2024-04-21 09:04:37 +00:00
rhjr pushed to main at scratchings/arena-allocator 2024-04-21 09:04:37 +00:00
b0e1fadb3d Added: project layout