21 #ifndef LELY_UTIL_INTERN_UTIL_H_
22 #define LELY_UTIL_INTERN_UTIL_H_
32 #elif defined(_POSIX_C_SOURCE)
36 #ifndef ALIGNED_ALLOC_BITS
42 #define ALIGNED_ALLOC_BITS 4
44 #define ALIGNED_ALLOC_BITS 3
48 #ifndef ALIGNED_ALLOC_SIZE
50 #define ALIGNED_ALLOC_SIZE ((size_t)(1 << (ALIGNED_ALLOC_BITS)))
This header file is part of the utilities library; it contains the configuration functions.
This is the public header file of the utilities library.
This header file is part of the C11 and POSIX compatibility library; it includes <unistd....