mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Lots of defect fixes
This commit is contained in:
parent
5dfc22a604
commit
fac9d74344
21 changed files with 341 additions and 95 deletions
|
@ -12,8 +12,11 @@ namespace memory_helper
|
|||
* Commit page_size bytes of virtual memory starting at pointer.
|
||||
* That is, bake reserved memory with physical memory.
|
||||
* pointer should belong to a range of reserved memory.
|
||||
*
|
||||
* Returns 0, if was successful.
|
||||
* Returns -1, if was unsuccessful.
|
||||
*/
|
||||
void commit_page_memory(void* pointer, size_t page_size);
|
||||
s32 commit_page_memory(void* pointer, size_t page_size);
|
||||
|
||||
/**
|
||||
* Free memory alloced via reserve_memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue