Definition at line 29 of file TMemStatHook.h.
Public Types | |
typedef void(* | FreeHookFunc_t) (void *ptr, const void *caller) |
typedef void *(* | MallocHookFunc_t) (size_t size, const void *caller) |
Static Public Member Functions | |
static FreeHookFunc_t | GetFreeHook () |
GetFreeHook - a static function free function getter. | |
static MallocHookFunc_t | GetMallocHook () |
GetMallocHook - a static function malloc function getter. | |
static void | SetFreeHook (FreeHookFunc_t p) |
SetFreeHook - a static function Set pointer to function replacing free function. | |
static void | SetMallocHook (MallocHookFunc_t p) |
SetMallocHook - a static function Set pointer to function replacing alloc function. | |
#include <TMemStatHook.h>
Definition at line 36 of file TMemStatHook.h.
Definition at line 35 of file TMemStatHook.h.
|
static |
GetFreeHook - a static function free function getter.
Definition at line 61 of file TMemStatHook.cxx.
|
static |
GetMallocHook - a static function malloc function getter.
Definition at line 48 of file TMemStatHook.cxx.
|
static |
SetFreeHook - a static function Set pointer to function replacing free function.
Definition at line 85 of file TMemStatHook.cxx.
|
static |
SetMallocHook - a static function Set pointer to function replacing alloc function.
Definition at line 74 of file TMemStatHook.cxx.