Lines Matching defs:freed
771 int s_index, e_index; /* block indexes of the freed allocation */
772 int s_off, e_off; /* block offsets of the freed allocation */
917 int s_index, e_index; /* block indexes of the freed allocation */
918 int s_off, e_off; /* block offsets of the freed allocation */
936 * Check if the freed area aligns with the block->contig_hint.
1225 * Number of freed bytes.
1230 int bit_off, bits, end, oslot, freed;
1245 freed = bits * PCPU_MIN_ALLOC_SIZE;
1248 chunk->free_bytes += freed;
1257 return freed;
2993 /* unaligned allocations can't be freed, round up to page size */