• v1.3.0 cda29dd317

    ari released this 2024-02-13 03:27:13 +00:00 | 0 commits to main since this release

    well, sorta.
    gone are the stdin inputs of old- now you allocate memory using command-line arguments!
    use allocatememory -h for a list of valid parameters.

    enjoy! 💕

    Downloads
  • v1.2.0 0bebd05e0e

    ari released this 2024-02-12 17:53:58 +00:00 | 5 commits to main since this release

    this super epic mega update allows you to choose whichever denomination of memory you prefer to allocate!

    for example, you can enter 1024m or 1g respectively for identical results. inputs without a suffix will default to exact bytes. the app will still helpfully provide a truncated value for easy reading.

    enjoy! 💕

    Downloads
  • 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
  • v1.1.0 548be13ede

    ari released this 2024-02-12 01:35:52 +00:00 | 14 commits to main since this release

    turns out using all 64 bits of your cpu instead of just 8 bits at a time is very good for efficiency!
    you can now allocate memory 8x faster by using long long ints instead of chars!

    Downloads
  • v1.0.0 cd1b5f2d32

    ari released this 2024-02-11 22:59:41 +00:00 | 16 commits to main since this release

    FREE HEAP MEMORY ALLOCATOR!!!!!
    ALLOCATE SOME HEAP MEMORY (in gibibytes (GiB))
    IMPRESS YOUR FRIENDS WITH HOW MUCH HEAP MEMORY YOU CAN ALLOCATE!!
    YOU WILL SURELY NOT REGRET ALLOCATING HEAP MEMORY

    Downloads