projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
793df07
)
AllocateRWXMemory -> AllocateRWX.
author
Evan Cheng
<evan.cheng@apple.com>
Tue, 16 Sep 2008 17:28:18 +0000
(17:28 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Tue, 16 Sep 2008 17:28:18 +0000
(17:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56244
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/Unix/Memory.inc
patch
|
blob
|
history
diff --git
a/lib/System/Unix/Memory.inc
b/lib/System/Unix/Memory.inc
index 0b74f74f7b6e1bc8d55214e6b15ece5a4d5805a5..621184e426058981c0ae7977b38fb003cc293201 100644
(file)
--- a/
lib/System/Unix/Memory.inc
+++ b/
lib/System/Unix/Memory.inc
@@
-18,7
+18,7
@@
#include <sys/mman.h>
#endif
-/// AllocateRWX
Memory
- Allocate a slab of memory with read/write/execute
+/// AllocateRWX - Allocate a slab of memory with read/write/execute
/// permissions. This is typically used for JIT applications where we want
/// to emit code to the memory then jump to it. Getting this type of memory
/// is very OS specific.