| 277 | |
| 278 | #if defined(SPP_DEBUG) || !defined(NDEBUG) |
| 279 | static bool spp_is_aligned(void *p) { return ((size_t)p & spp_chunk_align_mask) == 0; } |
| 280 | #endif |
| 281 | |
| 282 | // the number of bytes to offset an address to align it |
no outgoing calls
no test coverage detected