#include <iostream>
#include <dlfcn.h>
#include "HLTrigger/Timer/interface/memory_usage.h"
Go to the source code of this file.
|
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) |
|
◆ mallctl_t
typedef int(* mallctl_t) (const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen) |
◆ mallctlbymib_t
typedef int(* mallctlbymib_t) (const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, void *newp, size_t newlen) |
◆ mallctlnametomib_t
typedef int(* mallctlnametomib_t) (const char *name, size_t *mibp, size_t *miblenp) |