diff options
author | bonmas14 <bonmas14@gmail.com> | 2025-09-28 17:53:03 +0000 |
---|---|---|
committer | bonmas14 <bonmas14@gmail.com> | 2025-09-28 17:53:03 +0000 |
commit | 30751aece04ba8954513bbb7aca996244e6fa684 (patch) | |
tree | c40dfac95dd3c0766656324c45465f0375061b5d /tests/un/allocs.c | |
parent | 3ad95773ae4f963435003c260278177f1e22577e (diff) | |
download | ungrateful-30751aece04ba8954513bbb7aca996244e6fa684.tar.gz ungrateful-30751aece04ba8954513bbb7aca996244e6fa684.zip |
changes
Diffstat (limited to 'tests/un/allocs.c')
-rw-r--r-- | tests/un/allocs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/un/allocs.c b/tests/un/allocs.c index 220c2c8..36e75fa 100644 --- a/tests/un/allocs.c +++ b/tests/un/allocs.c @@ -4,7 +4,7 @@ int main(void) { u64 i, size, *value; size = UN_KB(1); - un_alloc_temp_init(UN_KB(4)); + un_init(UN_MB(4)); { // std Allocator std = un_alloc_std_get(); |