notaz.gp2x.de
/
pcsx_rearmed.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
merge from libretro
[pcsx_rearmed.git]
/
plat_mmap.h
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#include <stdlib.h>
2
3
void *plat_mmap(unsigned long addr, size_t size, int need_exec, int is_fixed);
4
void *plat_mremap(void *ptr, size_t oldsize, size_t newsize);
5
void plat_munmap(void *ptr, size_t size);