Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
TBuffer.cxx File Reference
#include "TBuffer.h"
#include "TClass.h"
#include "TProcessID.h"

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()

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 41 of file TBuffer.cxx.

Variable Documentation

◆ kExtraSpace

Int_t kExtraSpace = 8
constexpr

Definition at line 22 of file TBuffer.cxx.

◆ kMaxBufferSize

Int_t kMaxBufferSize = 0x7FFFFFFE
constexpr

Definition at line 23 of file TBuffer.cxx.