Home
last modified time | relevance | path

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

/malloc/
A Dtst-mallocstate.c242 struct allocation_task tmp = allocation_tasks[i]; in shuffle_allocation_tasks() local
244 allocation_tasks[j] = tmp; in shuffle_allocation_tasks()
A Dmalloc.c4461 tcache_entry *tmp; in _int_free() local
4464 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