|
dhcpd-pools
3.0
ISC dhcpd lease usage analyser
|
#include <stddef.h>#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | __xalloc_oversized(n, s) ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n)) |
| #define | xalloc_oversized(n, s) __xalloc_oversized (n, s) |
Typedefs | |
| typedef size_t | __xalloc_count_type |
| #define __xalloc_oversized | ( | n, | |
| s | |||
| ) | ((size_t) (PTRDIFF_MAX < SIZE_MAX ? PTRDIFF_MAX : SIZE_MAX - 1) / (s) < (n)) |
| #define xalloc_oversized | ( | n, | |
| s | |||
| ) | __xalloc_oversized (n, s) |
Referenced by x2nrealloc(), xcalloc(), xnmalloc(), and xnrealloc().
| typedef size_t __xalloc_count_type |
1.8.13