Home
last modified time | relevance | path

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

/dragonfly/lib/libc/stdlib/
H A Dnmalloc.c345 static bigalloc_t bigalloc_array[BIGHSIZE]; variable
565 bigp = &bigalloc_array[hv & BIGHMASK]; in bigalloc_lock()
584 bigp = &bigalloc_array[hv & BIGHMASK]; in bigalloc_check_and_lock()
670 bigp = &bigalloc_array[i]; in handle_excess_big()