Logo ROOT   6.14/05
Reference Guide
Functions | Variables
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. More...
 

Variables

const Int_t kExtraSpace = 8
 

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

Variable Documentation

◆ kExtraSpace

const Int_t kExtraSpace = 8

Definition at line 22 of file TBuffer.cxx.