Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/
H A Dfreestore.h57 FreeList &small_list(Block *block);
68 small_list(block).push(block); in insert()
77 small_list(block).remove( in remove()
99 LIBC_INLINE FreeList &FreeStore::small_list(Block *block) { in small_list() function