Fix the low utilization of SimpleAllocer

This commit is contained in:
obdev
2023-09-13 07:47:36 +00:00
committed by ob-robot
parent 7c7d08cbb4
commit e60ca4d26d
7 changed files with 97 additions and 5 deletions

View File

@ -28,7 +28,7 @@ ObAllVirtualSysEvent::ObAllVirtualSysEvent()
port_(0),
event_iter_(0),
tenant_id_(OB_INVALID_ID),
diag_info_()
diag_info_(allocator_)
{
}