Use static_alloc() instead of 'static char[]' where possible
This patch harnesses freshly introduced static memory allocator to eliminate wasteful usage of BSS memory. This commit frees 11Kb per each thread.
Showing
- src/box/iproto.cc 1 addition, 1 deletionsrc/box/iproto.cc
- src/box/memtx_engine.c 4 additions, 4 deletionssrc/box/memtx_engine.c
- src/box/xlog.c 10 additions, 14 deletionssrc/box/xlog.c
- src/box/xlog.h 1 addition, 1 deletionsrc/box/xlog.h
- src/cfg.c 5 additions, 10 deletionssrc/cfg.c
- src/httpc.c 5 additions, 2 deletionssrc/httpc.c
- src/lib/core/sio.c 5 additions, 5 deletionssrc/lib/core/sio.c
Loading
Please register or sign in to comment