Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TBuffer.cxx File Reference
#include "TBuffer.h"
#include "TClass.h"
#include "TProcessID.h"
Include dependency graph for TBuffer.cxx:

Functions

static char * R__NoReAllocChar (char *, size_t, size_t)
 The user has provided memory than we don't own, thus we can not extent it either.
 

Variables

constexpr Int_t kExtraSpace = 8
 
constexpr Int_t kMaxBufferSize = 0x7FFFFFFE
 

Function Documentation

◆ R__NoReAllocChar()

static char * R__NoReAllocChar ( char *  ,
size_t  ,
size_t   
)
static

The user has provided memory than we don't own, thus we can not extent it either.

Definition at line 42 of file TBuffer.cxx.

Variable Documentation

◆ kExtraSpace

constexpr Int_t kExtraSpace = 8
constexpr

Definition at line 22 of file TBuffer.cxx.

◆ kMaxBufferSize

constexpr Int_t kMaxBufferSize = 0x7FFFFFFE
constexpr

Definition at line 23 of file TBuffer.cxx.