Commit Graph

15 Commits

Author SHA1 Message Date
1d9de5df65 add: galloc: free: check if the ptr is valid 2023-07-23 19:38:40 +02:00
c6608ad4eb add: galloc: leak check 2023-07-23 15:35:16 +02:00
7e0c7180d3 fix: galloc: put function in 'static' 2023-07-23 15:18:44 +02:00
8e437695a0 fix: add memory to galloc 2023-06-18 15:16:29 +02:00
8966db1c22 fix: free get the right size 2023-06-18 15:07:11 +02:00
60ca301082 add: free 2023-06-18 11:11:23 +02:00
15c3f07692 fix: last block is now right initialise 2023-06-17 00:31:27 +02:00
9d349d1528 fix: use define to replace literal value 2023-06-17 00:11:42 +02:00
a69a870d49 core: invert prev and next pos 2023-06-17 00:07:39 +02:00
Camille Chauvet
137eaac64f fix: size of the next block is now tight 2023-06-16 17:20:20 +00:00
Camille Chauvet
1df3e20531 fix: padding doesn't create a memory smash 2023-06-16 15:54:54 +00:00
Camille Chauvet
76c659e6a3 fix: underflow 2023-06-16 15:51:45 +00:00
Camille Chauvet
6ff71db96a fix: fucking suck define implementation 2023-06-14 17:30:44 +00:00
Camille Chauvet
9e53614c44 add: test to galloc and advance on galloc 2023-06-14 15:51:21 +00:00
Camille Chauvet
5bc4e3ee51 add: galloc init 2023-06-13 14:27:15 +00:00