Commit Graph

8 Commits

Author SHA1 Message Date
43aa454a29 chore: The slice test encounters a weird error that looks like rust is doing something weird
---- sharedptr::tests::slice stdout ----
thread 'sharedptr::tests::slice' panicked at src/allocator.rs:106:9:
assertion `left == right` failed
  left: true
 right: true
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2024-05-06 14:13:07 +02:00
72b2e58244 fix(sharedptr): fix type of Deref 2024-04-29 15:50:13 +02:00
f8d497f3e1 feat(sharedptr): add size to slice type information 2024-04-29 15:29:28 +02:00
5cd37dfc93 feat: put lenght of SharedPtr buffer in type information 2024-04-26 11:58:38 +02:00
e649e2b595 fix: reduce size of memory map 2024-04-22 15:02:11 +02:00
6edbb046fa feat: add function to get fd of memfd 2024-04-22 15:01:25 +02:00
d409a38eca feat: get_offset for SharedPtr 2024-04-05 13:12:19 +02:00
536fb4cac3 Initial commit 2024-03-13 15:56:56 +01:00