linux.hh (6640:30d92d2b66a1) linux.hh (6673:f8453ff56966)
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

185 uint32_t sharedram; /* Amount of shared memory */
186 uint32_t bufferram; /* Memory used by buffers */
187 uint32_t totalswap; /* Total swap space size */
188 uint32_t freeswap; /* swap space still available */
189 uint16_t procs; /* Number of current processes */
190 uint32_t totalhigh; /* Total high memory size */
191 uint32_t freehigh; /* Available high memory size */
192 uint32_t mem_unit; /* Memory unit size in bytes */
1/*
2 * Copyright (c) 2007 The Hewlett-Packard Development Company
3 * All rights reserved.
4 *
5 * Redistribution and use of this software in source and binary forms,
6 * with or without modification, are permitted provided that the
7 * following conditions are met:
8 *

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

185 uint32_t sharedram; /* Amount of shared memory */
186 uint32_t bufferram; /* Memory used by buffers */
187 uint32_t totalswap; /* Total swap space size */
188 uint32_t freeswap; /* swap space still available */
189 uint16_t procs; /* Number of current processes */
190 uint32_t totalhigh; /* Total high memory size */
191 uint32_t freehigh; /* Available high memory size */
192 uint32_t mem_unit; /* Memory unit size in bytes */
193 } tgt_sysinfo;
193 } tgt_sysinfo;
194
195 static bool mmapGrowsDown() { return true; }
194};
195
196#endif
196};
197
198#endif