Searched refs:is_small (Results 1 – 3 of 3) sorted by relevance
53 LIBC_INLINE static bool is_small(Block *block) { in is_small() function67 if (is_small(block)) in insert()76 if (is_small(block)) { in remove()100 LIBC_ASSERT(is_small(block) && "only legal for small blocks"); in small_list()
163 static size_t GetSize(Process *process, bool is_small) { in GetSize() 165 if (is_small) in GetSize() 176 lldb::addr_t relative_selector_base_addr, bool is_small,
271 bool is_small, bool has_direct_sel) { in Read() argument273 size_t size = GetSize(process, is_small); in Read()287 if (is_small) { in Read()