diff --git a/core/base/inc/TStorage.h b/core/base/inc/TStorage.h index 7fbf96abcc901ee98abb474ca8e039ef6359954f..1e5bb33ecd6af38a88fd72759142f6c54705f752 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