ARB
|
#include <gb_tune.h>
Go to the source code of this file.
Macros | |
#define | KB 1024 |
#define | MB 1024 * KB |
Variables | |
const int | GBCM_BUFFER = 8192 |
const int | GB_REMOTE_HASH_SIZE = 0x40000 |
const int | GBM_MAX_UNINDEXED_ENTRIES = 64 |
const int | GB_TOTAL_CACHE_SIZE = 50*MB |
const int | GB_MAX_CACHED_ENTRIES = 16384 |
const int | GB_MAX_QUICK_SAVE_INDEX = 99 |
const int | GB_MAX_QUICK_SAVES = 10 |
const int | GB_MAX_LOCAL_SEARCH = 256 |
const int | GBTUM_SHORT_STRING_SIZE = 128 |
const unsigned | GB_HUFFMAN_MIN_SIZE = 128 |
const unsigned | GB_RUNLENGTH_MIN_SIZE = 64 |
const int | GB_MAX_REDO_CNT = 10 |
const int | GB_MAX_UNDO_CNT = 100 |
const int | GB_MAX_UNDO_SIZE = 20*MB |
#define KB 1024 |
Definition at line 13 of file adtune.cxx.
#define MB 1024 * KB |
Definition at line 14 of file adtune.cxx.
const int GBCM_BUFFER = 8192 |
Definition at line 16 of file adtune.cxx.
Referenced by gb_local_data::gb_local_data().
const int GB_REMOTE_HASH_SIZE = 0x40000 |
Definition at line 17 of file adtune.cxx.
Referenced by GB_MAIN_TYPE::login_remote().
const int GBM_MAX_UNINDEXED_ENTRIES = 64 |
Definition at line 18 of file adtune.cxx.
Referenced by quark2gbmindex().
Definition at line 20 of file adtune.cxx.
const int GB_MAX_CACHED_ENTRIES = 16384 |
Definition at line 21 of file adtune.cxx.
Referenced by gb_cache::gb_cache().
const int GB_MAX_QUICK_SAVE_INDEX = 99 |
Definition at line 23 of file adtune.cxx.
Referenced by deleteSuperfluousQuicksaves(), gb_remove_quick_saved(), renameQuicksaves(), and GB_MAIN_TYPE::save_quick().
const int GB_MAX_QUICK_SAVES = 10 |
Definition at line 24 of file adtune.cxx.
Referenced by deleteSuperfluousQuicksaves(), and renameQuicksaves().
const int GB_MAX_LOCAL_SEARCH = 256 |
Definition at line 26 of file adtune.cxx.
Referenced by find_sub_sub_by_quark().
const int GBTUM_SHORT_STRING_SIZE = 128 |
Definition at line 28 of file adtune.cxx.
Referenced by gb_read_bin_rek_V2(), and gb_write_bin_rek().
const unsigned GB_HUFFMAN_MIN_SIZE = 128 |
Definition at line 29 of file adtune.cxx.
Referenced by gb_compress_data().
const unsigned GB_RUNLENGTH_MIN_SIZE = 64 |
Definition at line 30 of file adtune.cxx.
Referenced by gb_compress_data().
const int GB_MAX_REDO_CNT = 10 |
Definition at line 32 of file adtune.cxx.
Referenced by g_b_check_undo_size().
const int GB_MAX_UNDO_CNT = 100 |
Definition at line 33 of file adtune.cxx.
Referenced by g_b_check_undo_size().
Definition at line 34 of file adtune.cxx.
Referenced by gb_init_undo_stack().