taco-db
0.1.0
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Variables
a
b
c
d
f
g
i
k
l
m
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
~
Variables
_
a
b
c
d
f
i
l
m
n
p
r
s
t
u
v
Typedefs
Related Functions
a
b
c
d
f
i
l
n
p
s
t
v
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
Functions
Variables
Typedefs
Macros
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
utils
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
taco
Definition:
datum.h:28
taco::g_zerobuf_size
constexpr size_t g_zerobuf_size
Definition:
zerobuf.h:8
taco::g_zerobuf
char g_zerobuf[g_zerobuf_size]
Definition:
zerobuf.cpp:5
tdb.h
PAGE_SIZE
constexpr const size_t PAGE_SIZE
Definition:
tdb_base.h:165
Generated by
1.9.1