Use tenant-level object pool instead of sop_borrow

This commit is contained in:
obdev
2023-05-26 10:41:16 +00:00
committed by ob-robot
parent 982112f7bc
commit c9cccf08db
21 changed files with 102 additions and 80 deletions

View File

@ -84,7 +84,7 @@ access_specifier:
: common::ObConfig ## param ## Item( \
local_container(), scope, #name, def, args) \
{ \
add_checker(new (std::nothrow) checker()); \
add_checker(OB_NEW(checker, g_config_mem_attr)); \
} \
template <class T> \
ObConfig ## param ## Item ## _ ## name& operator=(T value) \