From a0b197bf3d980d2f9c45674667e14970fc3a8e18 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Mon, 5 Jun 2017 13:35:54 +0200 Subject: [PATCH] Make TStorage::kObjectAllocMemValue public for RooFit to use --- core/base/inc/TStorage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/core/base/inc/TStorage.h b/core/base/inc/TStorage.h index 7fbf96abcc9..1e5bb33ecd6 100644 --- a/core/base/inc/TStorage.h +++ b/core/base/inc/TStorage.h @@ -39,6 +39,7 @@ private: static ReAllocFun_t fgReAllocHook; // custom ReAlloc static ReAllocCFun_t fgReAllocCHook; // custom ReAlloc with length check static Bool_t fgHasCustomNewDelete; // true if using ROOT's new/delete +public: static const UInt_t kObjectAllocMemValue = 0x99999999; // magic number for ObjectAlloc -- GitLab