#include <stdlib.h>
#include "TROOT.h"
#include "TObjectTable.h"
#include "TError.h"
#include "TString.h"
#include "TVirtualMutex.h"
#include "TInterpreter.h"
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
Macros | |
#define | MEM_CHECKOBJECTPOINTERS |
#define | MEM_DEBUG |
#define | MEM_STAT |
#define | PVOID (-1) |
#define | storage_size(p) ((size_t)(((int*)p)[-2])) |
Variables | |
static Int_t | gAllocated [kObjMaxSize] |
static Int_t | gAllocatedTotal |
static Int_t | gFreed [kObjMaxSize] |
static Int_t | gFreedTotal |
static Int_t | gMemIndex = -1 |
static Int_t | gMemSize = -1 |
static Bool_t | gMemStatistics |
static const char * | gSpaceErr = "storage exhausted" |
static void ** | gTraceArray = nullptr |
static Int_t | gTraceCapacity = 10 |
static Int_t | gTraceIndex = 0 |
const size_t | kObjMaxSize = 10024 |
#define MEM_CHECKOBJECTPOINTERS |
Definition at line 45 of file TStorage.cxx.
#define MEM_DEBUG |
Definition at line 43 of file TStorage.cxx.
#define MEM_STAT |
Definition at line 44 of file TStorage.cxx.
#define PVOID (-1) |
Definition at line 62 of file TStorage.cxx.
Definition at line 56 of file TStorage.cxx.
|
static |
Definition at line 80 of file TStorage.cxx.
|
static |
Definition at line 81 of file TStorage.cxx.
|
static |
Definition at line 80 of file TStorage.cxx.
|
static |
Definition at line 81 of file TStorage.cxx.
|
static |
Definition at line 84 of file TStorage.cxx.
|
static |
Definition at line 84 of file TStorage.cxx.
|
static |
Definition at line 79 of file TStorage.cxx.
|
static |
Definition at line 75 of file TStorage.cxx.
|
static |
Definition at line 82 of file TStorage.cxx.
|
static |
Definition at line 83 of file TStorage.cxx.
|
static |
Definition at line 83 of file TStorage.cxx.
const size_t kObjMaxSize = 10024 |
Definition at line 77 of file TStorage.cxx.