Searched refs:align_ptr (Results 1 – 1 of 1) sorted by relevance
111 static inline __attribute__((__always_inline__)) void* align_ptr(const void* ptr, size_t align) in align_ptr() function245 tlsf_assert(block_to_ptr(block) == align_ptr(block_to_ptr(block), ALIGN_SIZE) in insert_free_block()291 tlsf_assert(block_to_ptr(remaining) == align_ptr(block_to_ptr(remaining), ALIGN_SIZE) in block_split()822 void* aligned = align_ptr(ptr, align); in tlsf_memalign_offs()839 aligned = align_ptr(next_aligned, align); in tlsf_memalign_offs()