taco-db  0.1.0
zerobuf.h
Go to the documentation of this file.
1 #ifndef UTILS_ZEROBUF_H
2 #define UTILS_ZEROBUF_H
3 
4 #include "tdb.h"
5 
6 namespace taco {
7 
8 constexpr size_t g_zerobuf_size = 8 * PAGE_SIZE;
9 extern char g_zerobuf[g_zerobuf_size];
10 
11 } // namespace taco
12 
13 #endif // UTILS_ZEROBUF_H
PAGE_SIZE
constexpr const size_t PAGE_SIZE
Definition: tdb_base.h:159
taco::g_zerobuf_size
constexpr size_t g_zerobuf_size
Definition: zerobuf.h:8
taco
Definition: datum.h:28
tdb.h
taco::g_zerobuf
char g_zerobuf[g_zerobuf_size]
Definition: zerobuf.cpp:5