Searched refs:pool_len (Results 1 – 2 of 2) sorted by relevance
137 size_t pool_len; member352 for (n = 0; n < ctx->pool_len; n++) in raw_malloc_validate_pools()416 if ((iterator->pool_idx + 1) >= ctx->pool_len) in bpool_foreach()825 if (!ctx->pool_len && (end - start) < MALLOC_INITIAL_POOL_MIN_SIZE) { in raw_malloc_add_pool()832 l = ctx->pool_len + 1; in raw_malloc_add_pool()836 ctx->pool[ctx->pool_len].buf = (void *)start; in raw_malloc_add_pool()837 ctx->pool[ctx->pool_len].len = end - start; in raw_malloc_add_pool()839 ctx->mstats.size += ctx->pool[ctx->pool_len].len; in raw_malloc_add_pool()841 ctx->pool_len = l; in raw_malloc_add_pool()853 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) ?