-
i am become POSIX Stable
released this
2024-02-13 03:27:13 +00:00 | 0 commits to main since this releasewell, sorta.
gone are the stdin inputs of old- now you allocate memory using command-line arguments!
useallocatememory -h
for a list of valid parameters.enjoy! 💕
Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
allocatememory-linux-amd64
11 downloads · 17 KiB
-
allocatememory-macos-arm64
10 downloads · 34 KiB
-
allocatememory-win-amd64.exe
5 downloads · 158 KiB
-
allocate what u like Stable
released this
2024-02-12 17:53:58 +00:00 | 5 commits to main since this releasethis super epic mega update allows you to choose whichever denomination of memory you prefer to allocate!
for example, you can enter
1024m
or1g
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
- Source code (ZIP)
- Source code (TAR.GZ)
-
allocatememory-linux-amd64
11 downloads · 16 KiB
-
allocatememory-macos-arm64
11 downloads · 33 KiB
-
allocatememory-win-amd64.exe
5 downloads · 138 KiB
-
released this
2024-02-12 02:24:44 +00:00 | 11 commits to main since this releaseturns 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-byteunsigned long long int
could probably be truncated to a 1-bytechar
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
- Source code (ZIP)
- Source code (TAR.GZ)
-
allocatememory-linux-amd64
11 downloads · 16 KiB
-
allocatememory-macos-arm64
10 downloads · 33 KiB
-
allocatememory-win-amd64.exe
5 downloads · 135 KiB
-
released this
2024-02-12 01:35:52 +00:00 | 14 commits to main since this releaseturns 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 usinglong long int
s instead ofchar
s!Downloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
allocatememory-linux-amd64
12 downloads · 16 KiB
-
allocatememory-macos-arm64
10 downloads · 33 KiB
-
allocatememory-win-amd64.exe
5 downloads · 135 KiB
-
FREE HEAP MEMORY ALLOCATOR!! Stable
released this
2024-02-11 22:59:41 +00:00 | 16 commits to main since this releaseFREE 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 MEMORYDownloads
- Source code (ZIP)
- Source code (TAR.GZ)
-
allocatememory-win-amd64.exe
6 downloads · 135 KiB