memtx: implement template tuple allocation
Patch which prepare ability to select memory allocator. Changed tuple allocation functions to templates, with parameterized by the memory allocator type. Part of #5419
Showing
- perf/tuple.cc 5 additions, 2 deletionsperf/tuple.cc
- src/box/allocator.h 90 additions, 0 deletionssrc/box/allocator.h
- src/box/lua/slab.cc 4 additions, 13 deletionssrc/box/lua/slab.cc
- src/box/memtx_engine.cc 69 additions, 42 deletionssrc/box/memtx_engine.cc
- src/box/memtx_engine.h 4 additions, 2 deletionssrc/box/memtx_engine.h
Loading
Please register or sign in to comment