Searched refs:tmp (Results 1 – 2 of 2) sorted by relevance
242 struct allocation_task tmp = allocation_tasks[i]; in shuffle_allocation_tasks() local244 allocation_tasks[j] = tmp; in shuffle_allocation_tasks()
4461 tcache_entry *tmp; in _int_free() local4464 for (tmp = tcache->entries[tc_idx]; in _int_free()4465 tmp; in _int_free()4466 tmp = REVEAL_PTR (tmp->next), ++cnt) in _int_free()4470 if (__glibc_unlikely (!aligned_OK (tmp))) in _int_free()4472 if (tmp == e) in _int_free()
Completed in 15 milliseconds