Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/malloc/
Dmalloc.c96 static int bin_index_up(size_t x) in bin_index_up() function
302 i = bin_index_up(n); in malloc()
/third_party/musl/src/malloc/
Dmalloc.c96 static int bin_index_up(size_t x) in bin_index_up() function
305 i = bin_index_up(n); in malloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/
Dmalloc.c98 static int bin_index_up(size_t x) in bin_index_up() function
329 i = bin_index_up(n); in malloc()
/third_party/musl/porting/linux/user/src/malloc/
Dmalloc.c318 static int bin_index_up(size_t x) in bin_index_up() function
678 i = bin_index_up(n); in internal_malloc()