Commit graph

21 commits

Author SHA1 Message Date
3a6e764c0b
update readme 2025-03-25 00:07:21 +00:00
665cc326ae
add makefile 2025-03-24 23:58:18 +00:00
cda29dd317
update readme 2024-02-13 03:19:25 +00:00
aa8d58a5db
fixed file output not working unless silent 2024-02-13 03:19:14 +00:00
1c720eaca3
Merge branch 'main' of ssh://forge/ari/memory-allocator 2024-02-13 02:52:47 +00:00
ca9d63c3eb
cli args in place of stdin and code separation 2024-02-13 02:41:49 +00:00
de270552cb
option to save memory to file 2024-02-12 21:55:39 +00:00
0bebd05e0e
redundant return to appease the compiler. all hail mighty compiler 2024-02-12 17:49:50 +00:00
6204419407
update readme 2024-02-12 17:47:33 +00:00
431c198138
shift lowercase input chars to uppercase 2024-02-12 17:43:19 +00:00
f127a1a249
fix progress indicator not showing period for all GiB allocated 2024-02-12 17:41:49 +00:00
a8f3cccbd4
fix grammatical error when allocating 1 byte 2024-02-12 17:38:54 +00:00
358e1ea2ff
allow for all denominations up to TiB 2024-02-12 17:35:23 +00:00
aeb84dc19a
use unsigned long long int to prevent OS memory optimisation :3 2024-02-12 02:18:29 +00:00
a258b4bbea
flush console to ensure progress output 2024-02-12 02:14:41 +00:00
247a66cad1
updated readme 2024-02-12 01:40:58 +00:00
548be13ede
why is conio here 2024-02-12 01:27:44 +00:00
ea68d67619
HUGE memory optimisations with long long ints 2024-02-12 01:17:10 +00:00
cd1b5f2d32
fixed typo <3 2024-02-11 00:45:00 +00:00
bb911ac8e4
i can't believe i released this with a bug 2024-02-11 00:43:00 +00:00
e8a8377330
it allocates memory 2024-02-11 00:36:54 +00:00