|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|

Macros | |
| #define | XALLOC_INLINE _GL_EXTERN_INLINE |
Enumerations | |
| enum | { HAVE_GNU_CALLOC = 0 } |
Functions | |
| void * | xmalloc (size_t n) |
| void * | xrealloc (void *p, size_t n) |
| void * | x2realloc (void *p, size_t *pn) |
| void * | xzalloc (size_t s) |
| void * | xcalloc (size_t n, size_t s) |
| void * | xmemdup (void const *p, size_t s) |
| char * | xstrdup (char const *string) |
| #define XALLOC_INLINE _GL_EXTERN_INLINE |
| void* x2realloc | ( | void * | p, |
| size_t * | pn | ||
| ) |
| void* xcalloc | ( | size_t | n, |
| size_t | s | ||
| ) |

| void* xmalloc | ( | size_t | n | ) |
Referenced by add_lease_v4(), add_lease_v6(), flip_ranges(), mergesort_ranges(), must_read_template(), parse_config(), parse_leases(), prepare_memory(), xmemdup(), xnmalloc(), and xzalloc().

| void* xmemdup | ( | void const * | p, |
| size_t | s | ||
| ) |
Referenced by clone_quoting_options(), xcharalloc(), and xstrdup().

| void* xrealloc | ( | void * | p, |
| size_t | n | ||
| ) |
Referenced by parse_config(), quotearg_n_options(), x2nrealloc(), xcharalloc(), and xnrealloc().

| char* xstrdup | ( | char const * | string | ) |
Referenced by cidr_last_v4(), cidr_last_v6(), parse_config(), parse_leases(), and prepare_memory().

| void* xzalloc | ( | size_t | s | ) |

1.8.13