Searched refs:pool_end (Results 1 – 11 of 11) sorted by relevance
272 Diagnostics.append(pool.pool_begin(), pool.pool_end()); in steal()279 pool_iterator pool_end() const { return Diagnostics.end(); } in pool_end() function
64 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()163 p_cb->pool_end[tt] = NULL; in gki_buffer_init()1108 if ((p_ua > p_cb->pool_start[xx]) && (p_ua < p_cb->pool_end[xx])) in GKI_find_buf_start()1498 p_cb->pool_end[pool_id] = NULL; in GKI_delete_pool()
324 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo… member
57 p_cb->pool_end[id] = (UINT8 *)p_mem + (act_size * total); in gki_init_free_queue()136 p_cb->pool_end[i] = NULL; in gki_dealloc_free_queue()173 p_cb->pool_end[tt] = NULL; in gki_buffer_init()
313 …UINT8 *pool_end[GKI_NUM_TOTAL_BUF_POOLS]; /* array of pointers to the end of each buffer poo… member
449 uint8_t *pool_cur, *pool_end; member547 if (unlikely(ptr_end > s->pool_end)) { in tcg_malloc()
244 s->pool_end = p->data + p->size; in tcg_malloc_internal()256 s->pool_cur = s->pool_end = NULL; in tcg_pool_reset()
27 char * pool_end; variable
4795 i = pool->pool_begin(), e = pool->pool_end(); i != e; ++i) { in PopParsingDeclaration()