remove perf mode in latch & tenant_hook

This commit is contained in:
nroskill
2023-04-11 12:32:47 +08:00
committed by ob-robot
parent 4eaf9b58b0
commit ef5d6e66bb
4 changed files with 1 additions and 43 deletions

View File

@ -180,7 +180,7 @@ void ObMallocAllocator::free(void *ptr)
SANITY_DISABLE_CHECK_RANGE(); // prevent sanity_check_range
// directly free object instead of using tenant allocator.
ObTenantCtxAllocator::common_free(ptr);
#endif // PERF_MODE
#endif // OB_USE_ASAN
}
ObTenantCtxAllocatorGuard ObMallocAllocator::get_tenant_ctx_allocator_without_tlcache(