Searched refs:pool_len (Results 1 – 2 of 2) sorted by relevance
132 size_t pool_len; member343 for (n = 0; n < ctx->pool_len; n++) in raw_malloc_validate_pools()407 if ((iterator->pool_idx + 1) >= ctx->pool_len) in bpool_foreach()817 if (!ctx->pool_len && (end - start) < MALLOC_INITIAL_POOL_MIN_SIZE) { in raw_malloc_add_pool()830 l = ctx->pool_len + 1; in raw_malloc_add_pool()834 ctx->pool[ctx->pool_len].buf = (void *)start; in raw_malloc_add_pool()835 ctx->pool[ctx->pool_len].len = end - start; in raw_malloc_add_pool()837 ctx->mstats.size += ctx->pool[ctx->pool_len].len; in raw_malloc_add_pool()839 ctx->pool_len = l; in raw_malloc_add_pool()851 for (n = 0; n < ctx->pool_len; n++) { in raw_malloc_buffer_overlaps_heap()
558 bufsize pool_len; /* 0: no bpool calls have been made member1121 ((bufsize) b->bh.bsize) == (pool_len - sizeof(struct bhead))) {1172 if (poolset->pool_len == 0) {1173 pool_len = len;1174 } else if (len != poolset->pool_len) {1175 poolset->pool_len = -1;1262 *pool_incr = (poolset->pool_len < 0) ?