Use tenant-level object pool instead of sop_borrow
This commit is contained in:
@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user