mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 03:35:19 +02:00
Some semantic cleanup
This commit is contained in:
@@ -275,6 +275,10 @@ void FreeMemoryPages(void *ptr, size_t size) {
|
||||
#endif
|
||||
}
|
||||
|
||||
void FreeExecutableMemory(void *ptr, size_t size) {
|
||||
FreeMemoryPages(ptr, size);
|
||||
}
|
||||
|
||||
void FreeAlignedMemory(void* ptr) {
|
||||
if (!ptr)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user