#include <stdio.h>
#include <string.h>
#include <signal.h>
#include <stdlib.h>
#include "MemCheck.h"
#include "TSystem.h"
#include "TEnv.h"
#include "TError.h"
Go to the source code of this file.
Defines | |
#define | stack_history_size 20 |
Functions | |
static void * | get_stack_pointer (int level) |
Variables | |
static TMemHashTable | gMemHashTable |
#define stack_history_size 20 |
static void * get_stack_pointer | ( | int | level | ) | [static] |
Definition at line 484 of file MemCheck.cxx.
References p.
Referenced by TMemHashTable::AddPointer().
TMemHashTable gMemHashTable [static] |
Definition at line 69 of file MemCheck.cxx.