libprom
@VERSION@
C based libraries to expose metrics in Promtheus exposition format
|
memory management More...
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Macros | |
#define | prom_malloc malloc |
Redefine this macro if you wish to override it. More... | |
#define | prom_realloc realloc |
Redefine this macro if you wish to override it. More... | |
#define | prom_strdup strdup |
Redefine this macro if you wish to override it. More... | |
#define | prom_free free |
Redefine this macro if you wish to override it. More... | |
memory management
#define prom_free free |
Redefine this macro if you wish to override it.
The default value is free.
#define prom_malloc malloc |
Redefine this macro if you wish to override it.
The default value is malloc.
#define prom_realloc realloc |
Redefine this macro if you wish to override it.
The default value is realloc.
#define prom_strdup strdup |
Redefine this macro if you wish to override it.
The default value is strdup.