#include <sys/types.h>
Go to the source code of this file.
◆ GRASS_MM_USE_EXCEPTION_SPECIFIER
#define GRASS_MM_USE_EXCEPTION_SPECIFIER |
Definition at line 44 of file mm.h.
◆ MM_DEFAULT_MM_SIZE
#define MM_DEFAULT_MM_SIZE (40 << 20) |
Definition at line 50 of file mm.h.
◆ MM_REGISTER_VERSION
#define MM_REGISTER_VERSION 2 |
Definition at line 47 of file mm.h.
◆ MM_err
Enumerator |
---|
MM_ERROR_NO_ERROR | |
MM_ERROR_INSUFFICIENT_SPACE | |
MM_ERROR_UNDERFLOW | |
MM_ERROR_EXCESSIVE_ALLOCATION | |
Definition at line 60 of file mm.h.
◆ MM_mode
Enumerator |
---|
MM_IGNORE_MEMORY_EXCEEDED | |
MM_ABORT_ON_MEMORY_EXCEEDED | |
MM_WARN_ON_MEMORY_EXCEEDED | |
Definition at line 53 of file mm.h.
◆ MM_stream_usage
Enumerator |
---|
MM_STREAM_USAGE_OVERHEAD | |
MM_STREAM_USAGE_BUFFER | |
MM_STREAM_USAGE_CURRENT | |
MM_STREAM_USAGE_MAXIMUM | |
Definition at line 68 of file mm.h.
◆ MM_manager