Skip to content
Snippets Groups Projects
Commit a0b197bf authored by Philippe Canal's avatar Philippe Canal
Browse files

Make TStorage::kObjectAllocMemValue public for RooFit to use

parent af9793d5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment