Long64_t fFirst
First free word of segment. 
 
void SetLast(Long64_t last)
 
void ls(Option_t *="") const
List free segment contents. 
 
virtual void FillBuffer(char *&buffer)
Encode fre structure into output buffer. 
 
TFree * AddFree(TList *lfree, Long64_t first, Long64_t last)
Add a new free segment to the list of free segments. 
 
#define ClassDef(name, id)
 
Long64_t fLast
Last free word of segment. 
 
Long64_t GetFirst() const
 
virtual void ReadBuffer(char *&buffer)
Decode one free structure from input buffer. 
 
void SetFirst(Long64_t first)
 
Int_t Sizeof() const
return number of bytes occupied by this TFree on permanent storage 
 
virtual ~TFree()
Destructor. 
 
TFree()
Default constructor. 
 
Mother of all ROOT objects. 
 
TFree * GetBestFree(TList *lfree, Int_t nbytes)
Return the best free segment where to store nbytes.