This website requires JavaScript.
Explore
Help
Register
Sign In
OpenPunk
/
yuzu
Watch
1
Star
0
Fork
0
You've already forked yuzu
mirror of
https://github.com/yuzu-emu/yuzu.git
synced
2025-08-12 04:00:07 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
yuzu
/
src
/
core
/
hle
/
kernel
/
memory
History
bunnei
3927012734
kernel: memory: Add PageHeap class, to manage a heap of pages.
2020-04-17 00:59:30 -04:00
..
address_space_info.cpp
…
address_space_info.h
…
memory_block.h
kernel: memory: Add MemoryBlock class, for managing memory blocks and their state.
2020-04-17 00:59:29 -04:00
memory_types.h
kernel: memory: Add memory_types.h, for things that are commonly used in memory code.
2020-04-17 00:59:29 -04:00
page_heap.cpp
kernel: memory: Add PageHeap class, to manage a heap of pages.
2020-04-17 00:59:30 -04:00
page_heap.h
kernel: memory: Add PageHeap class, to manage a heap of pages.
2020-04-17 00:59:30 -04:00
page_linked_list.h
kernel: memory: Add PageLinkedList class, to manage a list of pages.
2020-04-17 00:59:30 -04:00
slab_heap.h
…
system_control.cpp
kernel: memory: Add system_control code, which will be used for ASLR support.
2020-04-17 00:59:30 -04:00
system_control.h
kernel: memory: Add system_control code, which will be used for ASLR support.
2020-04-17 00:59:30 -04:00