- United States
- https://bancino.net
- Joined on
2024-09-14
I guess I’m not sure exactly what this is supposed to fix, can you go into some more detail?
An idea to fix this would be to simply store the MemoryInfo alongside the returned pointer(with a fixed and known offset), so that any information could be simply retrieved on a free request.…
As I mentioned in the Matrix room the other day, this adds a lot of memory overhead, because every single allocation (every single call to Malloc()
is now 256 bytes bigger, and while that…
If we are going to go with a custom string type, we should also implement string interning so that #33 doesn't use up so much memory.
The logic and the code is sound, but I do have some concerns with the memory footprint this is going to add. Now every single allocation is 256 bytes bigger? I’ll have to think about how I want…