Home
last modified time | relevance | path

Searched refs:aligned_OK (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/malloc/
Dmalloc.c1317 #define aligned_OK(m) (((unsigned long)(m) & MALLOC_ALIGN_MASK) == 0) macro
2110 assert (aligned_OK (chunk2mem (p))); in do_check_chunk()
2134 assert (aligned_OK (chunk2mem (p))); in do_check_free_chunk()
2213 assert (aligned_OK (chunk2mem (p))); in do_check_remalloced_chunk()
3101 assert (aligned_OK (chunk2mem (p))); in mremap_chunk()
3188 if (__glibc_unlikely (!aligned_OK (e))) in tcache_get()
3217 if (__glibc_unlikely (!aligned_OK (e))) in tcache_thread_shutdown()
4438 if (__glibc_unlikely (size < MINSIZE || !aligned_OK (size))) in _int_free()
4466 if (__glibc_unlikely (!aligned_OK (tmp))) in _int_free()
Dmalloc-check.c114 if (!aligned_OK (mem)) in mem2chunk_check()