Home
last modified time | relevance | path

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

/trusty/user/base/lib/dlmalloc/
Ddlmalloc.c2953 #define compute_bit2idx(X, I)\ macro
2961 #define compute_bit2idx(X, I)\ macro
2969 #define compute_bit2idx(X, I)\ macro
2977 #define compute_bit2idx(X, I) I = ffs(X)-1 macro
2980 #define compute_bit2idx(X, I)\ macro
4480 compute_bit2idx(leastbit, i); in tmalloc_large()
4522 compute_bit2idx(leastbit, i); in tmalloc_small()
4614 compute_bit2idx(leastbit, i); in dlmalloc()
5571 compute_bit2idx(leastbit, i); in mspace_malloc()