Lines Matching defs:extent
3926 * (a) memory address of the extent a potential reallocation would go into,
3927 * == the five fields below describe about the extent the pointer resides in ==
3928 * (b) number of free regions in the extent,
3929 * (c) number of regions in the extent,
3930 * (d) size of the extent in terms of bytes,
3931 * (e) total number of free regions in the bin the extent belongs to, and
3932 * (f) total number of regions in the bin the extent belongs to.
3938 * used as slab. Note that if the bin the extent belongs to is completely
3970 * (a) if extent utilization ratio is below certain threshold,
3971 * (b) if extent memory consumption is above certain threshold,
3972 * (c) if extent utilization ratio is significantly below bin utilization ratio,
3983 * In the rare case where there's no associated extent found for the input
4019 * type size_t for each input pointer about the extent it resides in:
4021 * (a) number of free regions in the extent,
4022 * (b) number of regions in the extent, and
4023 * (c) size of the extent in terms of bytes.
4029 * Note that multiple input pointers may reside on a same extent so the output
4091 * In the rare case where there's no associated extent found for some pointers,