This commit is contained in:
Malik Idrees Hasan Khan 2022-01-13 03:51:02 +05:30 committed by GitHub
parent cd016be86e
commit 949e93bec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ namespace utils
/**
* Reserve `size` bytes of virtual memory and returns it.
* The memory should be commited before usage.
* The memory should be committed before usage.
*/
void* memory_reserve(usz size, void* use_addr = nullptr);