Home
last modified time | relevance | path

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

/malloc/
A Dtst-alloc_buffer.c93 static const size_t counts[] = in test_impossible_array() local
97 for (int i = 0; counts[i] != 0; ++i) in test_impossible_array()
99 size_t count = counts[i]; in test_impossible_array()
A Dmalloc.c3140 uint16_t counts[TCACHE_MAX_BINS]; member
3185 ++(tcache->counts[tc_idx]); in tcache_put()
3197 --(tcache->counts[tc_idx]); in tcache_get()
3311 && tcache->counts[tc_idx] > 0) in __libc_malloc()
3869 while (tcache->counts[tc_idx] < mp_.tcache_count in _int_malloc()
3927 while (tcache->counts[tc_idx] < mp_.tcache_count in _int_malloc()
4067 && tcache->counts[tc_idx] < mp_.tcache_count) in _int_malloc()
4479 if (tcache->counts[tc_idx] < mp_.tcache_count) in _int_free()

Completed in 13 milliseconds