fix error of sanity build
This commit is contained in:
parent
2e2407c8a1
commit
72c738a0da
3
deps/oblib/src/lib/alloc/memory_sanity.cpp
vendored
3
deps/oblib/src/lib/alloc/memory_sanity.cpp
vendored
@ -396,8 +396,7 @@ int64_t get_global_addr()
|
||||
|
||||
bool init_sanity()
|
||||
{
|
||||
set_ob_mem_mgr_path();
|
||||
DEFER(unset_ob_mem_mgr_path(););
|
||||
ObUnmanagedMemoryStat::DisableGuard guard;
|
||||
bool succ = false;
|
||||
int64_t maxs[] = {0x600000000000, 0x500000000000, 0x400000000000};
|
||||
int64_t mins[] = {0, 0, 0};
|
||||
|
Loading…
x
Reference in New Issue
Block a user