| prometheus-client-c
    0.1.1
    Prometheus client for the C programming language | 
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.
 1.8.13
 1.8.13