#include "Rtypes.h"
Classes | |
class | TStorage |
Storage manager. More... | |
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
namespace | ROOT::Internal |
Typedefs | |
typedef void(* | FreeHookFun_t) (void *, void *addr, size_t) |
using | ROOT::Internal::FreeIfTMapFile_t = bool(void *) |
using | ROOT::Internal::GetMapFileMapllocDesc_t = void *(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_t * | ROOT::Internal::gFreeIfTMapFile = nullptr |
R__EXTERN GetMapFileMapllocDesc_t * | ROOT::Internal::gGetMapFileMallocDesc = nullptr |
R__EXTERN void * | ROOT::Internal::gMmallocDesc = nullptr |
typedef void(* FreeHookFun_t) (void *, void *addr, size_t) |
Definition at line 27 of file TStorage.h.
typedef void *(* ReAllocCFun_t) (void *, size_t, size_t) |
Definition at line 29 of file TStorage.h.
typedef char *(* ReAllocCharFun_t) (char *, size_t, size_t) |
Definition at line 30 of file TStorage.h.
typedef void *(* ReAllocFun_t) (void *, size_t) |
Definition at line 28 of file TStorage.h.