📄 mm_get_4.cc
字号:
// file: mm_get_4.cc// // isip include files//#include "memory_manager.h"#include "memory_manager_constants.h" // method: get_hash_grow_size_cc//// arguments: none//// return: an int_4 with the hash table cell grow size//// this method gets the hash table cell grow size//int_4 Memory_manager::get_hash_grow_size_cc() { // get the hash table cell grow size and return // return hash_grow_size_d;}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -