Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.cpp180 uint32_t size = (bitfield_bytes(get_chunk_size()) + sizeof(uint32_t) - 1) / in initialize()
191 constexpr static uint32_t bitfield_bytes(uint32_t chunk_size) { in bitfield_bytes() function
199 return SLAB_SIZE - bitfield_bytes(chunk_size) - sizeof(Header); in available_bytes()
230 bitfield_bytes(chunk_size); in get_memory()