Lines Matching refs:size
121 fprintf(stderr, "base %p size %zu (%d) flags %d/%d\n",
160 * fragmentation asymptotically irrelevant. The size argument is both
161 * an input and an output, since the caller needs to know the size
163 * and mmap minimum size rules. The caller is responsible for locking
241 * zero-size sentinel header at the old end-of-heap. */
530 size_t osize = CHUNK_SIZE(self), size = osize;
551 size += psize;
561 size += nsize;
566 int i = bin_index(size);
571 self->csize = size;
572 next->psize = size;
581 if (size > RECLAIM && (size^(size-osize)) > size-osize) {