namespace allocate { @memalloc (void*) (u64 size) { } @memfree (void* ptr) { } }