forked from OSchip/llvm-project
parent
8b5bfbfc7a
commit
f606bd6a6d
|
@ -75,8 +75,8 @@ namespace sys {
|
||||||
///< it doesn't.
|
///< it doesn't.
|
||||||
unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
|
unsigned memoryLimit = 0, ///< If non-zero, this specifies max. amount
|
||||||
///< of memory can be allocated by process. If memory usage will be
|
///< of memory can be allocated by process. If memory usage will be
|
||||||
///< higher limit, the child is killed and this call returns. If zero -
|
///< higher limit, the child is killed and this call returns. If zero
|
||||||
///< no memory limit.
|
///< - no memory limit.
|
||||||
std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
std::string* ErrMsg = 0 ///< If non-zero, provides a pointer to a string
|
||||||
///< instance in which error messages will be returned. If the string
|
///< instance in which error messages will be returned. If the string
|
||||||
///< is non-empty upon return an error occurred while invoking the
|
///< is non-empty upon return an error occurred while invoking the
|
||||||
|
|
Loading…
Reference in New Issue