Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
TStorage.h File Reference
#include "Rtypes.h"
Include dependency graph for TStorage.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TStorage
 Storage manager. More...
 

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
 
namespace  ROOT::Internal
 

Typedefs

typedef void(* FreeHookFun_t) (void *, void *addr, size_t)
 
using ROOT::Internal::FreeIfTMapFile_t = bool(void *)
 
typedef void *(* ReAllocCFun_t) (void *, size_t, size_t)
 
typedef char *(* ReAllocCharFun_t) (char *, size_t, size_t)
 
typedef void *(* ReAllocFun_t) (void *, size_t)
 

Variables

R__EXTERN FreeIfTMapFile_tROOT::Internal::gFreeIfTMapFile = nullptr
 
R__EXTERN voidROOT::Internal::gMmallocDesc = nullptr
 

Typedef Documentation

◆ FreeHookFun_t

typedef void(* FreeHookFun_t) (void *, void *addr, size_t)

Definition at line 27 of file TStorage.h.

◆ ReAllocCFun_t

typedef void *(* ReAllocCFun_t) (void *, size_t, size_t)

Definition at line 29 of file TStorage.h.

◆ ReAllocCharFun_t

typedef char *(* ReAllocCharFun_t) (char *, size_t, size_t)

Definition at line 30 of file TStorage.h.

◆ ReAllocFun_t

typedef void *(* ReAllocFun_t) (void *, size_t)

Definition at line 28 of file TStorage.h.