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 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.