mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Wrap long lines
llvm-svn: 19050
This commit is contained in:
parent
38b0d98740
commit
8ef5b3a158
@ -48,11 +48,12 @@ namespace sys {
|
||||
static MemoryBlock AllocateRWX(unsigned NumBytes);
|
||||
|
||||
/// This method releases a block of Read/Write/Execute memory that was
|
||||
/// allocated with the AllocateRWX method. It should not be used to release
|
||||
/// any memory block allocated any other way.
|
||||
/// allocated with the AllocateRWX method. It should not be used to
|
||||
/// release any memory block allocated any other way.
|
||||
/// @throws std::string if an error occurred.
|
||||
/// @brief Release Read/Write/Execute memory.
|
||||
static void ReleaseRWX(MemoryBlock& block);
|
||||
|
||||
/// @}
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user