misc: get rid of small _xc functions
Small library currently depends on Tarantool core through 'exception.h'. This is not the way to go. Let's drop this dependency and instead of moving _xc functions to Tarantool repo we can just stop using them. Our current policy is to panic on OOM in case of runtime allocation. Part of #7327 NO_DOC=<OOM behaviour is not documented> NO_CHANGELOG=<no OOM expectations> NO_TEST=<no test harness for checking OOM> (cherry picked from commit 3fccfc8f)
Showing
- src/box/alter.cc 4 additions, 2 deletionssrc/box/alter.cc
- src/box/box.cc 1 addition, 1 deletionsrc/box/box.cc
- src/box/iproto.cc 3 additions, 3 deletionssrc/box/iproto.cc
- src/box/user.h 1 addition, 0 deletionssrc/box/user.h
- src/lib/core/coio_buf.h 4 additions, 4 deletionssrc/lib/core/coio_buf.h
- src/trivia/util.h 17 additions, 5 deletionssrc/trivia/util.h
Loading
Please register or sign in to comment