Searched refs:tlsf_cast (Results 1 – 1 of 1) sorted by relevance
34 #define tlsf_cast(t, exp) ((t) (exp)) macro61 return tlsf_cast(int, block->size & block_header_free_bit); in block_is_free()66 return tlsf_cast(int, block->size & block_header_prev_free_bit); in block_is_prev_free()71 return tlsf_cast(block_header_t*, in block_from_ptr()72 tlsf_cast(unsigned char*, ptr) - block_start_offset); in block_from_ptr()98 integrity_t* integ = tlsf_cast(integrity_t*, user); in integrity_walker()