libprom  @VERSION@
C based libraries to expose metrics in Promtheus exposition format
Defines
prom/include/prom_alloc.h File Reference

memory management More...

#include <stdlib.h>
#include <string.h>
Include dependency graph for prom_alloc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define prom_malloc   malloc
 Redefine this macro if you wish to override it.
#define prom_realloc   realloc
 Redefine this macro if you wish to override it.
#define prom_strdup   strdup
 Redefine this macro if you wish to override it.
#define prom_free   free
 Redefine this macro if you wish to override it.

Detailed Description

memory management


Define Documentation

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

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines