pika_config.h 276 B

12345678
  1. #define PIKA_LINE_BUFF_SIZE 1280
  2. #define PIKA_SPRINTF_BUFF_SIZE 2560
  3. #define PIKA_STACK_BUFF_SIZE 2560
  4. #define PIKA_NAME_BUFF_SIZE 320
  5. #define PIKA_PATH_BUFF_SIZE 640
  6. #define PIKA_BYTES_DEFAULT_SIZE 640
  7. #define PIKA_READ_FILE_BUFF_SIZE 1024 * 1024
  8. #define PIKA_ASSERT_ENABLE 1