Commit Graph
33 Commits
Author SHA1 Message Date
christoph e1eac41853 reformat 2022-07-24 16:51:16 +02:00
christoph 3546cba4ea reformat 2022-07-24 15:58:17 +02:00
christoph d9b86355c7 remove <cstddef> and NULLs (use nullptr) 2022-07-24 00:40:51 +02:00
christoph bd95c02a08 use static logger 2022-07-22 23:32:46 +02:00
christoph a2a8b4f973 remove debug changes from llalloc 2022-07-17 01:32:23 +02:00
christoph c746b9518c fix nasty list alloc bug and add spinlock 2022-07-17 01:13:35 +02:00
christoph de7a7c1636 switch logger + unfinished hack 2022-07-16 03:31:12 +02:00
christoph 2f7a2a219b add a shnitton of loggers 2022-07-16 03:30:20 +02:00
christoph f395ff1232 mode 2022-07-15 01:28:18 +02:00
christoph b840895164 change mode 2022-07-14 13:35:26 +02:00
christoph 60e36011e3 comments 2022-07-11 19:15:30 +02:00
christoph 7fe5d8e956 fix treeallocator bug and reenable 2022-07-04 14:54:14 +02:00
christoph a230ee84e1 reformat 2022-07-04 13:21:43 +02:00
churl 973c76f010 comments 2022-06-05 16:57:59 +02:00
churl 7927220247 changed a lot of small clang-tidy warnings 2022-05-23 17:06:11 +02:00
churl 60fe069650 enable c++17 and use if constexpr for debug toggle 2022-05-23 12:31:10 +02:00
churl cc35dda947 use DEBUG in more places 2022-05-23 12:20:29 +02:00
christoph f2646300d8 add debug output toggle 2022-05-23 09:51:35 +02:00
christoph 569dc718e2 change printed output 2022-05-23 09:10:45 +02:00
churl d804fff473 add vorgabe04 2022-05-14 16:54:22 +02:00
churl b7fbb822c1 implement tree allocator 2022-05-10 00:20:51 +02:00
churl ae7b3d0437 renaming 2022-05-10 00:20:45 +02:00
churl 15515269a1 add macro for word alignment setting 2022-05-09 18:24:51 +02:00
churl d1fd879eb6 use typedef for free_block 2022-05-09 18:19:16 +02:00
churl f3ea150650 comments 2022-05-09 18:08:13 +02:00
churl f57b8fef27 implement rounding to word borders when allocating 2022-05-09 16:45:01 +02:00
churl 333d5930a5 some silly math functions 2022-05-09 01:26:06 +02:00
churl 67baf91741 fix printing of status updates when allocating 2022-05-08 19:44:24 +02:00
churl 3a3af203e3 implement memory freeing and block merging 2022-05-08 19:42:32 +02:00
churl 20f4fa05db implement linkedlist allocator allocation 2022-05-08 15:58:26 +02:00
churl fef85a1b34 add casts to pointer stuff 2022-05-08 15:57:42 +02:00
churl 7f3c70f87a fixed wrong bump allocator init 2022-05-07 14:30:40 +02:00
churl 4ee0b701d7 add vorgabe03 + initial bump allocator 2022-05-06 11:28:20 +02:00