7 #ifndef RETDEC_UTILS_MEMORY_H
8 #define RETDEC_UTILS_MEMORY_H
std::size_t getTotalSystemMemory()
Returns the total size of system RAM (in bytes).
Definition: memory.cpp:175
bool limitSystemMemoryToHalfOfTotalSystemMemory()
Limits system memory to half of the total memory.
Definition: memory.cpp:216
bool limitSystemMemory(std::size_t limit)
Limits system memory to the given size (in bytes).
Definition: memory.cpp:197
Definition: archive_wrapper.h:19