• v1.1.1 aeb84dc19a

    ari released this 2024-02-12 02:24:44 +00:00 | 11 commits to main since this release

    turns out windows (and perhaps other systems, but most certainly windows) truncates allocated memory if the assigned bytes are not fully utilised (i.e. assigning 2 to an 8-byte unsigned long long int could probably be truncated to a 1-byte char for optimisation). this results in a big rise in memory usage in task manager, followed by a prompt drop in the graph once allocation is complete. this defeats the purpose of a funny app made to use memory graphs go to the moon 🚀🚀🚀, so we instead fill all allocated bytes with the unsigned 64-bit integer limit.

    your memory WILL be consumed.

    Downloads