shim_defs.h 466 B

12345678910111213
  1. /* -*- mode:c; c-file-style:"k&r"; c-basic-offset: 4; tab-width:4; indent-tabs-mode:nil; mode:auto-fill; fill-column:78; -*- */
  2. /* vim: set ts=4 sw=4 et tw=78 fo=cqt wm=0: */
  3. #ifndef _SHIM_DEFS_H_
  4. #define _SHIM_DEFS_H_
  5. #define HASH_GIPC 0
  6. #define DEFAULT_MEM_MAX_NPAGES 1024 * 1024 /* 4GB */
  7. #define DEFAULT_BRK_MAX_SIZE 256 * 1024 /* 256KB */
  8. #define DEFAULT_SYS_STACK_SIZE 256 * 1024 /* 256KB */
  9. #endif /* _SHIM_DEFS_H_ */