Searched refs:pool_len (Results 1 – 2 of 2) sorted by relevance
136 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()927 if (!ctx->pool_len && (end - start) < MALLOC_INITIAL_POOL_MIN_SIZE) { in raw_malloc_add_pool()934 l = ctx->pool_len + 1; in raw_malloc_add_pool()938 ctx->pool[ctx->pool_len].buf = (void *)start; in raw_malloc_add_pool()939 ctx->pool[ctx->pool_len].len = end - start; in raw_malloc_add_pool()941 ctx->mstats.size += ctx->pool[ctx->pool_len].len; in raw_malloc_add_pool()943 ctx->pool_len = l; in raw_malloc_add_pool()955 for (n = 0; n < ctx->pool_len; n++) { in raw_malloc_buffer_overlaps_heap()
557 bufsize pool_len; /* 0: no bpool calls have been made member1061 ((bufsize) b->bh.bsize) == (pool_len - sizeof(struct bhead))) {1112 if (poolset->pool_len == 0) {1113 pool_len = len;1114 } else if (len != poolset->pool_len) {1115 poolset->pool_len = -1;1201 *pool_incr = (poolset->pool_len < 0) ?
Completed in 6 milliseconds