CMS 3D CMS Logo

Namespaces | Typedefs | Functions | Variables
jeprof.cc File Reference
#include "PerfTools/JeProf/interface/jeprof.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include <string>
#include <dlfcn.h>
#include <cstdio>
#include <cstring>
#include <mutex>

Go to the source code of this file.

Namespaces

 cms::jeprof
 

Typedefs

typedef int(* mallctl_t) (const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)
 

Functions

void cms::jeprof::makeHeapDump (const char *)
 

Variables

std::once_flag cms::jeprof::warning_flag
 

Typedef Documentation

◆ mallctl_t

typedef int(* mallctl_t) (const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)

Definition at line 10 of file jeprof.cc.