linux.hh (11383:5ac090acd180) linux.hh (11386:94c09b607a84)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 276 unchanged lines hidden (view full) ---

285 uint32_t bufferram; /* Memory used by buffers */
286 uint32_t totalswap; /* Total swap space size */
287 uint32_t freeswap; /* swap space still available */
288 uint16_t procs; /* Number of current processes */
289 uint32_t totalhigh; /* Total high memory size */
290 uint32_t freehigh; /* Available high memory size */
291 uint32_t mem_unit; /* Memory unit size in bytes */
292 } tgt_sysinfo;
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 276 unchanged lines hidden (view full) ---

285 uint32_t bufferram; /* Memory used by buffers */
286 uint32_t totalswap; /* Total swap space size */
287 uint32_t freeswap; /* swap space still available */
288 uint16_t procs; /* Number of current processes */
289 uint32_t totalhigh; /* Total high memory size */
290 uint32_t freehigh; /* Available high memory size */
291 uint32_t mem_unit; /* Memory unit size in bytes */
292 } tgt_sysinfo;
293
294 static bool mmapGrowsDown() { return true; }
295};
296
297#endif
293};
294
295#endif