Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.cpp108 static inline uint32_t get_chunk_size(uint32_t x) { in get_chunk_size() function
180 uint32_t size = (bitfield_bytes(get_chunk_size()) + sizeof(uint32_t) - 1) / in initialize()
213 uint32_t get_chunk_size() const { in get_chunk_size() function
248 uint32_t chunk_size = get_chunk_size(); in allocate()
289 uint32_t chunk_size = get_chunk_size(); in deallocate()
498 slab->get_chunk_size() == chunk_size) { in find_slab()
501 slab->get_chunk_size() != chunk_size)) { in find_slab()
502 if (slab->get_chunk_size() != chunk_size) in find_slab()
535 uint32_t chunk_size = impl::get_chunk_size(static_cast<uint32_t>(size)); in allocate()
572 if (slab->get_chunk_size() >= size) in reallocate()
[all …]