Sha256: dda058f02fcbf14d326acdbddd704c9b1823b3bbd3028fef120b70c5a20a1c02
Contents?: true
Size: 763 Bytes
Versions: 1
Compression:
Stored size: 763 Bytes
Contents
/////////////////////////////////////////////////////////////////////////////// // /// \file tuklib_physmem.h /// \brief Get the amount of physical memory // // Author: Lasse Collin // // This file has been put into the public domain. // You can do whatever you want with this file. // /////////////////////////////////////////////////////////////////////////////// #ifndef TUKLIB_PHYSMEM_H #define TUKLIB_PHYSMEM_H #include "tuklib_common.h" TUKLIB_DECLS_BEGIN #define tuklib_physmem TUKLIB_SYMBOL(tuklib_physmem) extern uint64_t tuklib_physmem(void); ///< /// \brief Get the amount of physical memory in bytes /// /// \return Amount of physical memory in bytes. On error, zero is /// returned. TUKLIB_DECLS_END #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
laag-xz-5.2.4.0 | vendor/git.tukaani.org/xz/src/common/tuklib_physmem.h |