Home
last modified time | relevance | path

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

/third_party/musl/porting/liteos_a/user/src/malloc/oldmalloc/
Dmalloc.c102 static int bin_index_up(size_t x) in bin_index_up() function
312 i = bin_index_up(n); in malloc()
394 int i = bin_index_up(n); in realloc()
/third_party/musl/src/malloc/oldmalloc/
Dmalloc.c102 static int bin_index_up(size_t x) in bin_index_up() function
312 i = bin_index_up(n); in malloc()
394 int i = bin_index_up(n); in realloc()
/third_party/musl/porting/liteos_a/user_debug/src/malloc/oldmalloc/
Dmalloc.c104 static int bin_index_up(size_t x) in bin_index_up() function
337 i = bin_index_up(n); in malloc()
432 int i = bin_index_up(n); in realloc()