Fast memory allocation #36
Loading…
Reference in a new issue
No description provided.
Delete branch "lda/Cytoplasm:mem-moment"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
After messing around with it with Telodendria(and some projects I'm working on), it's fairly stable.
It still doesn't implement checksums(I also need to change the magic number, maybe to some randomly generated value made at runtime), and effectively disable MemoryIterate during mallocs, reallocs, and frees.
WIP: Fast memory allocationto Fast memory allocationThe code looks good, I'll have to find the time to go through it more to see if it's something we want to merge. I'll have to decide if the functionality we're losing can be implemented in any other way. I'll think about it and try to make a decision either way as soon as I can.
I think, for now, if you're not running into any memory issue that the iterator is detecting, we can probably roll without it for now. We can re-evaluate if we find some gnarly memory bugs that we just can't fix without it.