CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Typedefs
memory_usage.cc File Reference
#include <iostream>
#include <dlfcn.h>
#include "HLTrigger/Timer/interface/memory_usage.h"

Go to the source code of this file.

Typedefs

typedef int(* mallctl_t )(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen)
 
typedef int(* mallctlbymib_t )(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen)
 
typedef int(* mallctlnametomib_t )(const char *name, size_t *mibp, size_t *miblenp)
 

Typedef Documentation

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

Definition at line 8 of file memory_usage.cc.

typedef int(* mallctlbymib_t)(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen)

Definition at line 10 of file memory_usage.cc.

typedef int(* mallctlnametomib_t)(const char *name, size_t *mibp, size_t *miblenp)

Definition at line 9 of file memory_usage.cc.