1
0
forked from Alepha/Alepha
Commit Graph

9 Commits

Author SHA1 Message Date
adam 3281530ce6 Get it building again. 2024-09-05 16:54:31 -04:00
adam ff738b9301 Start moving towards the alignment solution>
Some of this needs to be branched out.
2024-05-20 19:00:37 -04:00
adam 7577caf47b Relocate Blob, Buffer, and DataChain to Memory. 2024-05-20 18:59:47 -04:00
adam 95fbee19d9 The slab pointer goes into a cookie. 2024-05-20 18:59:47 -04:00
adam 9e0cbfcb14 Getting a Blob reference should be a reference observer 2024-05-20 18:59:47 -04:00
adam 172747a435 This makes the slab with slots work...
But I run out of slots.  Always.  Because debris of
alien allocators gets left behind.

Maybe I should go stateless... and the pointer to the memory is
_known_ to have a sealed shared_ptr hidden behind it?
2024-05-20 18:59:47 -04:00
adam d73b4dbe08 Slab strings via slots... 2024-05-20 18:59:47 -04:00
adam 0bc03fc4be Recording how I _want_ it to work.
It looks like the move operation on allocators is actually a copy!
2024-05-20 18:59:42 -04:00
adam 94b0a1561b Relocate Blob, Buffer, and DataChain to Memory. 2024-05-20 18:18:04 -04:00