|
Zero
0.1.0
|
#include "w_defines.h"#include "sm_base.h"#include "w_heap.h"#include "btree_impl.h"#include "restart.h"#include "btree_logrec.h"#include "sm.h"#include "stopwatch.h"#include "xct_logger.h"#include "buffer_pool.hpp"#include <fcntl.h>#include <unistd.h>#include <sstream>#include <iomanip>Functions | |
| void | grow_buffer (char *&buffer, size_t &buffer_capacity, size_t pos, logrec_t **lr) |
| void grow_buffer | ( | char *& | buffer, |
| size_t & | buffer_capacity, | ||
| size_t | pos, | ||
| logrec_t ** | lr | ||
| ) |
1.8.12