-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathtkvdb_generated.inc
More file actions
393 lines (357 loc) · 13.1 KB
/
tkvdb_generated.inc
File metadata and controls
393 lines (357 loc) · 13.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
/*
* GENERATED BY './codegen'
* at Thu Jun 25 22:40:58 2020
* PLEASE DON'T EDIT THIS FILE DIRECTLY
*/
#define TKVDB_MEMNODE_TYPE tkvdb_memnode_alignval
#define TKVDB_MEMNODE_TYPE_COMMON tkvdb_memnode_alignval_common
#define TKVDB_MEMNODE_TYPE_LEAF tkvdb_memnode_alignval_leaf
#define TKVDB_IMPL_PUT tkvdb_put_alignval
#define TKVDB_IMPL_GET tkvdb_get_alignval
#define TKVDB_IMPL_CURSOR_PUSH tkvdb_cursor_push_alignval
#define TKVDB_IMPL_CURSOR_POP tkvdb_cursor_pop_alignval
#define TKVDB_IMPL_CURSOR_APPEND tkvdb_cursor_append_alignval
#define TKVDB_IMPL_NODE_ALLOC tkvdb_node_alloc_alignval
#define TKVDB_IMPL_NODE_NEW tkvdb_node_new_alignval
#define TKVDB_IMPL_CLONE_SUBNODES tkvdb_clone_subnodes_alignval
#define TKVDB_IMPL_SEEK tkvdb_seek_alignval
#define TKVDB_IMPL_FIRST tkvdb_first_alignval
#define TKVDB_IMPL_LAST tkvdb_last_alignval
#define TKVDB_IMPL_NEXT tkvdb_next_alignval
#define TKVDB_IMPL_PREV tkvdb_prev_alignval
#define TKVDB_IMPL_SMALLEST tkvdb_smallest_alignval
#define TKVDB_IMPL_BIGGEST tkvdb_biggest_alignval
#define TKVDB_IMPL_CURSOR_APPEND_SYM tkvdb_cursor_append_sym_alignval
#define TKVDB_IMPL_CURSOR_LOAD_ROOT tkvdb_cursor_load_root_alignval
#define TKVDB_IMPL_NODE_READ tkvdb_node_read_alignval
#define TKVDB_IMPL_NODE_FREE tkvdb_node_free_alignval
#define TKVDB_IMPL_MEMNODE tkvdb_memnode_alignval
#define TKVDB_IMPL_TR_RESET tkvdb_tr_reset_alignval
#define TKVDB_IMPL_TR_FREE tkvdb_tr_free_alignval
#define TKVDB_IMPL_ROLLBACK tkvdb_rollback_alignval
#define TKVDB_IMPL_NODE_TO_BUF tkvdb_node_to_buf_alignval
#define TKVDB_IMPL_NODE_CALC_DISKSIZE tkvdb_node_calc_disksize_alignval
#define TKVDB_IMPL_DO_COMMIT tkvdb_do_commit_alignval
#define TKVDB_IMPL_COMMIT tkvdb_commit_alignval
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_alignval
#define TKVDB_IMPL_DEL tkvdb_del_alignval
#define TKVDB_IMPL_SUBNODE tkvdb_subnode_alignval
#define TKVDB_PARAMS_ALIGN_VAL
#include "impl/memnode.h"
#include "impl/node.c"
#include "impl/put.c"
#include "impl/get.c"
#include "impl/cursor.c"
#include "impl/tr.c"
#include "impl/del.c"
#include "impl/subnode.h"
#define TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#define TKVDB_IMPL_PUT tkvdb_put_alignvalx
#include "impl/put.c"
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_DO_DEL
#define TKVDB_IMPL_DEL tkvdb_del_alignvalx
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_alignvalx
#include "impl/del.c"
#undef TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#undef TKVDB_IMPL_GET
#undef TKVDB_IMPL_CURSOR_PUSH
#undef TKVDB_IMPL_CURSOR_POP
#undef TKVDB_IMPL_CURSOR_APPEND
#undef TKVDB_IMPL_NODE_ALLOC
#undef TKVDB_IMPL_NODE_NEW
#undef TKVDB_IMPL_CLONE_SUBNODES
#undef TKVDB_IMPL_SEEK
#undef TKVDB_IMPL_FIRST
#undef TKVDB_IMPL_LAST
#undef TKVDB_IMPL_NEXT
#undef TKVDB_IMPL_PREV
#undef TKVDB_IMPL_SMALLEST
#undef TKVDB_IMPL_BIGGEST
#undef TKVDB_IMPL_CURSOR_APPEND_SYM
#undef TKVDB_IMPL_CURSOR_LOAD_ROOT
#undef TKVDB_IMPL_NODE_READ
#undef TKVDB_IMPL_NODE_FREE
#undef TKVDB_IMPL_MEMNODE
#undef TKVDB_IMPL_TR_RESET
#undef TKVDB_IMPL_TR_FREE
#undef TKVDB_IMPL_ROLLBACK
#undef TKVDB_IMPL_NODE_TO_BUF
#undef TKVDB_IMPL_NODE_CALC_DISKSIZE
#undef TKVDB_IMPL_DO_COMMIT
#undef TKVDB_IMPL_COMMIT
#undef TKVDB_IMPL_DO_DEL
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_SUBNODE
#undef TKVDB_PARAMS_ALIGN_VAL
#undef TKVDB_SUBNODE_NEXT
#undef TKVDB_SUBNODE_SEARCH
#undef TKVDB_MEMNODE_TYPE
#undef TKVDB_MEMNODE_TYPE_COMMON
#undef TKVDB_MEMNODE_TYPE_LEAF
#define TKVDB_MEMNODE_TYPE tkvdb_memnode_generic
#define TKVDB_MEMNODE_TYPE_COMMON tkvdb_memnode_generic_common
#define TKVDB_MEMNODE_TYPE_LEAF tkvdb_memnode_generic_leaf
#define TKVDB_IMPL_PUT tkvdb_put_generic
#define TKVDB_IMPL_GET tkvdb_get_generic
#define TKVDB_IMPL_CURSOR_PUSH tkvdb_cursor_push_generic
#define TKVDB_IMPL_CURSOR_POP tkvdb_cursor_pop_generic
#define TKVDB_IMPL_CURSOR_APPEND tkvdb_cursor_append_generic
#define TKVDB_IMPL_NODE_ALLOC tkvdb_node_alloc_generic
#define TKVDB_IMPL_NODE_NEW tkvdb_node_new_generic
#define TKVDB_IMPL_CLONE_SUBNODES tkvdb_clone_subnodes_generic
#define TKVDB_IMPL_SEEK tkvdb_seek_generic
#define TKVDB_IMPL_FIRST tkvdb_first_generic
#define TKVDB_IMPL_LAST tkvdb_last_generic
#define TKVDB_IMPL_NEXT tkvdb_next_generic
#define TKVDB_IMPL_PREV tkvdb_prev_generic
#define TKVDB_IMPL_SMALLEST tkvdb_smallest_generic
#define TKVDB_IMPL_BIGGEST tkvdb_biggest_generic
#define TKVDB_IMPL_CURSOR_APPEND_SYM tkvdb_cursor_append_sym_generic
#define TKVDB_IMPL_CURSOR_LOAD_ROOT tkvdb_cursor_load_root_generic
#define TKVDB_IMPL_NODE_READ tkvdb_node_read_generic
#define TKVDB_IMPL_NODE_FREE tkvdb_node_free_generic
#define TKVDB_IMPL_MEMNODE tkvdb_memnode_generic
#define TKVDB_IMPL_TR_RESET tkvdb_tr_reset_generic
#define TKVDB_IMPL_TR_FREE tkvdb_tr_free_generic
#define TKVDB_IMPL_ROLLBACK tkvdb_rollback_generic
#define TKVDB_IMPL_NODE_TO_BUF tkvdb_node_to_buf_generic
#define TKVDB_IMPL_NODE_CALC_DISKSIZE tkvdb_node_calc_disksize_generic
#define TKVDB_IMPL_DO_COMMIT tkvdb_do_commit_generic
#define TKVDB_IMPL_COMMIT tkvdb_commit_generic
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_generic
#define TKVDB_IMPL_DEL tkvdb_del_generic
#define TKVDB_IMPL_SUBNODE tkvdb_subnode_generic
#include "impl/memnode.h"
#include "impl/node.c"
#include "impl/put.c"
#include "impl/get.c"
#include "impl/cursor.c"
#include "impl/tr.c"
#include "impl/del.c"
#include "impl/subnode.h"
#define TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#define TKVDB_IMPL_PUT tkvdb_put_genericx
#include "impl/put.c"
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_DO_DEL
#define TKVDB_IMPL_DEL tkvdb_del_genericx
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_genericx
#include "impl/del.c"
#undef TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#undef TKVDB_IMPL_GET
#undef TKVDB_IMPL_CURSOR_PUSH
#undef TKVDB_IMPL_CURSOR_POP
#undef TKVDB_IMPL_CURSOR_APPEND
#undef TKVDB_IMPL_NODE_ALLOC
#undef TKVDB_IMPL_NODE_NEW
#undef TKVDB_IMPL_CLONE_SUBNODES
#undef TKVDB_IMPL_SEEK
#undef TKVDB_IMPL_FIRST
#undef TKVDB_IMPL_LAST
#undef TKVDB_IMPL_NEXT
#undef TKVDB_IMPL_PREV
#undef TKVDB_IMPL_SMALLEST
#undef TKVDB_IMPL_BIGGEST
#undef TKVDB_IMPL_CURSOR_APPEND_SYM
#undef TKVDB_IMPL_CURSOR_LOAD_ROOT
#undef TKVDB_IMPL_NODE_READ
#undef TKVDB_IMPL_NODE_FREE
#undef TKVDB_IMPL_MEMNODE
#undef TKVDB_IMPL_TR_RESET
#undef TKVDB_IMPL_TR_FREE
#undef TKVDB_IMPL_ROLLBACK
#undef TKVDB_IMPL_NODE_TO_BUF
#undef TKVDB_IMPL_NODE_CALC_DISKSIZE
#undef TKVDB_IMPL_DO_COMMIT
#undef TKVDB_IMPL_COMMIT
#undef TKVDB_IMPL_DO_DEL
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_SUBNODE
#undef TKVDB_SUBNODE_NEXT
#undef TKVDB_SUBNODE_SEARCH
#undef TKVDB_MEMNODE_TYPE
#undef TKVDB_MEMNODE_TYPE_COMMON
#undef TKVDB_MEMNODE_TYPE_LEAF
#define TKVDB_MEMNODE_TYPE tkvdb_memnode_alignval_nodb
#define TKVDB_MEMNODE_TYPE_COMMON tkvdb_memnode_alignval_nodb_common
#define TKVDB_MEMNODE_TYPE_LEAF tkvdb_memnode_alignval_nodb_leaf
#define TKVDB_IMPL_PUT tkvdb_put_alignval_nodb
#define TKVDB_IMPL_GET tkvdb_get_alignval_nodb
#define TKVDB_IMPL_CURSOR_PUSH tkvdb_cursor_push_alignval_nodb
#define TKVDB_IMPL_CURSOR_POP tkvdb_cursor_pop_alignval_nodb
#define TKVDB_IMPL_CURSOR_APPEND tkvdb_cursor_append_alignval_nodb
#define TKVDB_IMPL_NODE_ALLOC tkvdb_node_alloc_alignval_nodb
#define TKVDB_IMPL_NODE_NEW tkvdb_node_new_alignval_nodb
#define TKVDB_IMPL_CLONE_SUBNODES tkvdb_clone_subnodes_alignval_nodb
#define TKVDB_IMPL_SEEK tkvdb_seek_alignval_nodb
#define TKVDB_IMPL_FIRST tkvdb_first_alignval_nodb
#define TKVDB_IMPL_LAST tkvdb_last_alignval_nodb
#define TKVDB_IMPL_NEXT tkvdb_next_alignval_nodb
#define TKVDB_IMPL_PREV tkvdb_prev_alignval_nodb
#define TKVDB_IMPL_SMALLEST tkvdb_smallest_alignval_nodb
#define TKVDB_IMPL_BIGGEST tkvdb_biggest_alignval_nodb
#define TKVDB_IMPL_CURSOR_APPEND_SYM tkvdb_cursor_append_sym_alignval_nodb
#define TKVDB_IMPL_CURSOR_LOAD_ROOT tkvdb_cursor_load_root_alignval_nodb
#define TKVDB_IMPL_NODE_READ tkvdb_node_read_alignval_nodb
#define TKVDB_IMPL_NODE_FREE tkvdb_node_free_alignval_nodb
#define TKVDB_IMPL_MEMNODE tkvdb_memnode_alignval_nodb
#define TKVDB_IMPL_TR_RESET tkvdb_tr_reset_alignval_nodb
#define TKVDB_IMPL_TR_FREE tkvdb_tr_free_alignval_nodb
#define TKVDB_IMPL_ROLLBACK tkvdb_rollback_alignval_nodb
#define TKVDB_IMPL_NODE_TO_BUF tkvdb_node_to_buf_alignval_nodb
#define TKVDB_IMPL_NODE_CALC_DISKSIZE tkvdb_node_calc_disksize_alignval_nodb
#define TKVDB_IMPL_DO_COMMIT tkvdb_do_commit_alignval_nodb
#define TKVDB_IMPL_COMMIT tkvdb_commit_alignval_nodb
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_alignval_nodb
#define TKVDB_IMPL_DEL tkvdb_del_alignval_nodb
#define TKVDB_IMPL_SUBNODE tkvdb_subnode_alignval_nodb
#define TKVDB_PARAMS_ALIGN_VAL
#define TKVDB_PARAMS_NODBFILE
#include "impl/memnode.h"
#include "impl/node.c"
#include "impl/put.c"
#include "impl/get.c"
#include "impl/cursor.c"
#include "impl/tr.c"
#include "impl/del.c"
#include "impl/subnode.h"
#define TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#define TKVDB_IMPL_PUT tkvdb_put_alignval_nodbx
#include "impl/put.c"
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_DO_DEL
#define TKVDB_IMPL_DEL tkvdb_del_alignval_nodbx
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_alignval_nodbx
#include "impl/del.c"
#undef TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#undef TKVDB_IMPL_GET
#undef TKVDB_IMPL_CURSOR_PUSH
#undef TKVDB_IMPL_CURSOR_POP
#undef TKVDB_IMPL_CURSOR_APPEND
#undef TKVDB_IMPL_NODE_ALLOC
#undef TKVDB_IMPL_NODE_NEW
#undef TKVDB_IMPL_CLONE_SUBNODES
#undef TKVDB_IMPL_SEEK
#undef TKVDB_IMPL_FIRST
#undef TKVDB_IMPL_LAST
#undef TKVDB_IMPL_NEXT
#undef TKVDB_IMPL_PREV
#undef TKVDB_IMPL_SMALLEST
#undef TKVDB_IMPL_BIGGEST
#undef TKVDB_IMPL_CURSOR_APPEND_SYM
#undef TKVDB_IMPL_CURSOR_LOAD_ROOT
#undef TKVDB_IMPL_NODE_READ
#undef TKVDB_IMPL_NODE_FREE
#undef TKVDB_IMPL_MEMNODE
#undef TKVDB_IMPL_TR_RESET
#undef TKVDB_IMPL_TR_FREE
#undef TKVDB_IMPL_ROLLBACK
#undef TKVDB_IMPL_NODE_TO_BUF
#undef TKVDB_IMPL_NODE_CALC_DISKSIZE
#undef TKVDB_IMPL_DO_COMMIT
#undef TKVDB_IMPL_COMMIT
#undef TKVDB_IMPL_DO_DEL
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_SUBNODE
#undef TKVDB_PARAMS_ALIGN_VAL
#undef TKVDB_PARAMS_NODBFILE
#undef TKVDB_SUBNODE_NEXT
#undef TKVDB_SUBNODE_SEARCH
#undef TKVDB_MEMNODE_TYPE
#undef TKVDB_MEMNODE_TYPE_COMMON
#undef TKVDB_MEMNODE_TYPE_LEAF
#define TKVDB_MEMNODE_TYPE tkvdb_memnode_generic_nodb
#define TKVDB_MEMNODE_TYPE_COMMON tkvdb_memnode_generic_nodb_common
#define TKVDB_MEMNODE_TYPE_LEAF tkvdb_memnode_generic_nodb_leaf
#define TKVDB_IMPL_PUT tkvdb_put_generic_nodb
#define TKVDB_IMPL_GET tkvdb_get_generic_nodb
#define TKVDB_IMPL_CURSOR_PUSH tkvdb_cursor_push_generic_nodb
#define TKVDB_IMPL_CURSOR_POP tkvdb_cursor_pop_generic_nodb
#define TKVDB_IMPL_CURSOR_APPEND tkvdb_cursor_append_generic_nodb
#define TKVDB_IMPL_NODE_ALLOC tkvdb_node_alloc_generic_nodb
#define TKVDB_IMPL_NODE_NEW tkvdb_node_new_generic_nodb
#define TKVDB_IMPL_CLONE_SUBNODES tkvdb_clone_subnodes_generic_nodb
#define TKVDB_IMPL_SEEK tkvdb_seek_generic_nodb
#define TKVDB_IMPL_FIRST tkvdb_first_generic_nodb
#define TKVDB_IMPL_LAST tkvdb_last_generic_nodb
#define TKVDB_IMPL_NEXT tkvdb_next_generic_nodb
#define TKVDB_IMPL_PREV tkvdb_prev_generic_nodb
#define TKVDB_IMPL_SMALLEST tkvdb_smallest_generic_nodb
#define TKVDB_IMPL_BIGGEST tkvdb_biggest_generic_nodb
#define TKVDB_IMPL_CURSOR_APPEND_SYM tkvdb_cursor_append_sym_generic_nodb
#define TKVDB_IMPL_CURSOR_LOAD_ROOT tkvdb_cursor_load_root_generic_nodb
#define TKVDB_IMPL_NODE_READ tkvdb_node_read_generic_nodb
#define TKVDB_IMPL_NODE_FREE tkvdb_node_free_generic_nodb
#define TKVDB_IMPL_MEMNODE tkvdb_memnode_generic_nodb
#define TKVDB_IMPL_TR_RESET tkvdb_tr_reset_generic_nodb
#define TKVDB_IMPL_TR_FREE tkvdb_tr_free_generic_nodb
#define TKVDB_IMPL_ROLLBACK tkvdb_rollback_generic_nodb
#define TKVDB_IMPL_NODE_TO_BUF tkvdb_node_to_buf_generic_nodb
#define TKVDB_IMPL_NODE_CALC_DISKSIZE tkvdb_node_calc_disksize_generic_nodb
#define TKVDB_IMPL_DO_COMMIT tkvdb_do_commit_generic_nodb
#define TKVDB_IMPL_COMMIT tkvdb_commit_generic_nodb
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_generic_nodb
#define TKVDB_IMPL_DEL tkvdb_del_generic_nodb
#define TKVDB_IMPL_SUBNODE tkvdb_subnode_generic_nodb
#define TKVDB_PARAMS_NODBFILE
#include "impl/memnode.h"
#include "impl/node.c"
#include "impl/put.c"
#include "impl/get.c"
#include "impl/cursor.c"
#include "impl/tr.c"
#include "impl/del.c"
#include "impl/subnode.h"
#define TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#define TKVDB_IMPL_PUT tkvdb_put_generic_nodbx
#include "impl/put.c"
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_DO_DEL
#define TKVDB_IMPL_DEL tkvdb_del_generic_nodbx
#define TKVDB_IMPL_DO_DEL tkvdb_do_del_generic_nodbx
#include "impl/del.c"
#undef TKVDB_TRIGGER
#undef TKVDB_IMPL_PUT
#undef TKVDB_IMPL_GET
#undef TKVDB_IMPL_CURSOR_PUSH
#undef TKVDB_IMPL_CURSOR_POP
#undef TKVDB_IMPL_CURSOR_APPEND
#undef TKVDB_IMPL_NODE_ALLOC
#undef TKVDB_IMPL_NODE_NEW
#undef TKVDB_IMPL_CLONE_SUBNODES
#undef TKVDB_IMPL_SEEK
#undef TKVDB_IMPL_FIRST
#undef TKVDB_IMPL_LAST
#undef TKVDB_IMPL_NEXT
#undef TKVDB_IMPL_PREV
#undef TKVDB_IMPL_SMALLEST
#undef TKVDB_IMPL_BIGGEST
#undef TKVDB_IMPL_CURSOR_APPEND_SYM
#undef TKVDB_IMPL_CURSOR_LOAD_ROOT
#undef TKVDB_IMPL_NODE_READ
#undef TKVDB_IMPL_NODE_FREE
#undef TKVDB_IMPL_MEMNODE
#undef TKVDB_IMPL_TR_RESET
#undef TKVDB_IMPL_TR_FREE
#undef TKVDB_IMPL_ROLLBACK
#undef TKVDB_IMPL_NODE_TO_BUF
#undef TKVDB_IMPL_NODE_CALC_DISKSIZE
#undef TKVDB_IMPL_DO_COMMIT
#undef TKVDB_IMPL_COMMIT
#undef TKVDB_IMPL_DO_DEL
#undef TKVDB_IMPL_DEL
#undef TKVDB_IMPL_SUBNODE
#undef TKVDB_PARAMS_NODBFILE
#undef TKVDB_SUBNODE_NEXT
#undef TKVDB_SUBNODE_SEARCH
#undef TKVDB_MEMNODE_TYPE
#undef TKVDB_MEMNODE_TYPE_COMMON
#undef TKVDB_MEMNODE_TYPE_LEAF