Lines Matching full:alloc
110 struct k_heap *pool = buf_pool->alloc->alloc_data; in mem_pool_data_alloc()
130 struct k_heap *pool = buf_pool->alloc->alloc_data; in mem_pool_data_unref()
143 .alloc = mem_pool_data_alloc,
152 const struct net_buf_pool_fixed *fixed = pool->alloc->alloc_data; in fixed_data_alloc()
154 *size = pool->alloc->max_alloc_size; in fixed_data_alloc()
165 .alloc = fixed_data_alloc,
199 .alloc = heap_data_alloc,
215 return pool->alloc->cb->alloc(buf, size, timeout); in data_alloc()
222 return pool->alloc->cb->ref(buf, data); in data_ref()
356 return net_buf_alloc_len_debug(pool, pool->alloc->max_alloc_size, timeout, func, in net_buf_alloc_fixed_debug()
363 return net_buf_alloc_len(pool, pool->alloc->max_alloc_size, timeout); in net_buf_alloc_fixed()
528 if (pool->alloc->cb->ref && !(buf->flags & NET_BUF_EXTERNAL_DATA)) { in net_buf_clone()
712 max_size = pool->alloc->max_alloc_size; in net_buf_append_bytes()